/nestjs-prisma

NestJS meets Prisma

Primary LanguageTypeScript

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