This project was build using Nest framework TypeScript starter repository. This is completely dockerised. Please make sure you have Docker installed in your system and it is running. Currently development mode is enabled in Docker.
Once running, please visit localhost API docs for trying out the application.
# development
$ docker compose up --build -V
# unit & integration tests
$ npm run test
- Author - Sujith
This is MIT licensed.