Nest framework TypeScript starter repository.
$ yarn install
- Docker V2
docker compose up -d
Import the file `./notification-svc.postman_collection.json`
# start docker compose for dependencies
$ docker compose up -d mongodb mongo-seed
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# unit tests
$ yarn run test