Nest framework TypeScript starter repository.
$ npm install
# development
$ npm run dev
Configure the .env with correct credentials.
# mongoDB
$ docker compose up -d database
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov