Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 629 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 629 Bytes

Groupomania

Front Deployment

To deploy this project go to cd Front and run

  npm run install
  npm run build
  npm run serve

Back Deployment

To deploy this project go to cd Back and run

  npm run install
  npm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Variables SQL

DATABASE_URL="mysql://mysqlbase:password@localhost:port/databasename" change: mysqlbase password port databasename

Variables Token

TokenSecret = 'SecretToken'

Variables Server

PORT = xxxx