- Nest
- Docker
- PostGreSQL
- TypeORM
Need to run
$ docker-compose up -d
Need to run
$ yarn run db:migrate
After docker compose and migrations, Application will start on port 4040
. Navigate to App
Need to run
$ yarn test
For Documentation Swagger has been congfigure. To hit the APIs navigate to Documentation after running the app.