Skip to content

juicycleff/nestjs-prisma

 
 

Repository files navigation

primsa-nestjs

Description

I've started working on an example project to integrate Prisma in NestJS. Supported features:

  • Project setup
  • Queries
  • Mutations
  • Subscriptions
  • Intellisense support

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

About

NestJS meets Prisma

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • JavaScript 3.2%