A progressive Node.js framework for building efficient and scalable server-side applications.
- Nest Framework TypeScript starter repository.
- Prisma/Nest The recipe provide by nest doc for using prisma.
- Yarn 1.21 ou superior
$ yarn install
# development
$ yarn or npm install
# watch mode
$ npm or yarn run start:dev
# production mode
$ npm or yarn run start:prod
# prisma migrate
$ npx prisma migrate dev
# unit tests
$ npm or yarn run test
# e2e tests
$ npm or yarn run test:e2e
# test coverage
$ npm or yarn run test:cov
-
POST /user
: This endpoint should be receivename
efunction
inside the request body. -
PUT /user:id
: This endpoint should be receivename
efunction
inside the request body. -
DELETE /user:id
Nest is MIT licensed.