A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.
Nest framework TypeScript starter repository.
$ 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
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
- Author - Kamil Myśliwiec
- Website - https://nestjs.com
- Twitter - @nestframework
Nest is MIT licensed.
installed
npm i @nestjs/graphql graphql-tools graphql npm i apollo-server-express npm i class-validator npm i class-transformer
npm i @nestjs/core npm i reflect-metadata
npm i --save-dev nodemon ts-node (hot reload)
npm i pg
npm i dotenv (environments)
// npm i @nestjs/config // config (environments) // npm i dotenv-flow
typeorm with multitenancy prisma with prisma-multi-tenant
======================== esperando fastify 3 para instalar fastify: