Repositório de estudo do framework Nest
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
Run APP and open browser on http://localhost:3000/swagger
Nest is MIT licensed.