To deploy this project go to cd Front and run
npm run install
npm run build
npm run serve
To deploy this project go to cd Back and run
npm run install
npm run start
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