nest authentication (without passport) and authorization example.
- run the app
- open /swagger
- enjoy swagger docs
$ npm install
# develoment
# create and fill .env from .env.example
$ docker-compose up
$ npm run start:dev
# unit tests
$ npm run test
# test coverage
$ npm run test:cov