A NestJs app presenting authentication over users with a schema based mongoose document and AuthGuard roles.
This project supposes that docker, docker-compose and mongodb installed.
$ npm install
# development
# watch mode
# production mode
docker-compose up -d --build
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Nest is MIT licensed.