A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
Talk Arquitetura de Monolito Modular na prática com Nest.js - com Victor Alisson
$ yarn
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Nest is MIT licensed.