Skip to content

Evoney/nestJS-prisma-backend

Repository files navigation

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

Description

  • Nest Framework TypeScript starter repository.
  • Prisma/Nest The recipe provide by nest doc for using prisma.
  • Yarn 1.21 ou superior

Installation

$ yarn install

Running the app

# 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

Test

# unit tests
$ npm or yarn run test

# e2e tests
$ npm or yarn run test:e2e

# test coverage
$ npm or yarn run test:cov

Enpoints

  • POST /user: This endpoint should be receive name e function inside the request body.

  • PUT /user:id: This endpoint should be receive name e function inside the request body.

  • DELETE /user:id

License

Nest is MIT licensed.

About

A crud backend using NestJs and Prisma + SQLite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages