- Download and install nodejs (preffer stable)
- Download and install docker and docker-compose
- Run
sudo docker-compose up -d
- Any code changes made to the src folder are instantly reflected in the container
- Changes made to the .env file needs to be manually applied (just save any ts file)
- Changes made to the package.json file only will applied after run
sudo docker-compose up --build -d -V
Once the containers are initialized, just run the Debug (docker) option in VS Code
$ sudo docker logs my-first-api -f
$ npm test
In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.