This is a project for reign job application
In the root folder (where the docker-compose.yml file is), execute this command:
sudo docker-compose upOnce is running, for initial populate data, call this endpoint with GET method:
GET
http://localhost:3000/endpoint/initialPopulateTo test the server execute this command (is in a docker stage by the way):
npm run testThen, open client localhost with::
http://localhost:4200Create .env file into the server folder
DB_URI=mongodb://localhost:27017/reignThen start the server
npm run startFor initial populate data, execute this command:
GET
http://localhost:3000/endpoint/initialPopulateFor client start, execute this command:
ng serveThen, open client localhost with:
http://localhost:4200