Template-Nest-API: Template para o desenvolvimento de APIs com base no framework Nest.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
- Swagger (development environment): http://localhost:3000/api
$ docker compose up -d --build
- Author - Cledson Francisco Silva
- E-mail - cledsonfs@gmail.com