Description

Repositório de estudo do framework Nest

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Documentation

 Run APP and open browser on http://localhost:3000/swagger

License

Nest is MIT licensed.