- Go to the
server
folder. - Run
npm i
in a console. - Run
npm run start
. - The nestjs server should be listening at port 4700.
- Go to the
front
folder. - Run
npm i
in another console. - Run
npm run start
. - The React app should open in your browser at port 3000.
- You can log in using the email Qover and the password Ninja.
- Please use Chrome or Firefox to test it, the app has not been tested on Safari.