Nest framework TypeScript starter repository.
$ npm install
Create a file .env
from .env.example
and set the propeties values.
Setup the database.
$ npm run mongodb-restart:dev
Run the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov