Nest Logo

A NestJs app presenting authentication over users with a schema based mongoose document and AuthGuard roles.

Requirments

This project supposes that docker, docker-compose and mongodb installed.

Installation

$ npm install

Running the app

# development
# watch mode
# production mode

docker-compose up -d --build

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

License

Nest is MIT licensed.