Based on the YouTube Tutorial: https://www.youtube.com/playlist?list=PL9_OU-1M9E_sGc8wmVspxGwHUdCqDV8pM
The Mongo database uses Docker
From the Root of the project, run:
$ docker-compose up -d
Open Mongo Express database on localhost port 8081
Terminal 1:
$ cd api
$ npm i
$ npm run start:dev
Terminal 2:
$ cd amazon
$ npm i
$ npm start
Note: Run React on different PORT (3000 taken from NestJS API)