nestjs-prisma
nestjs-prisma copied to clipboard
NestJS meets Prisma
primsa-nestjs
Description
I've started working on an example project to integrate Prisma in NestJS. Supported features:
- [x] Project setup
- [x] Queries
- [x] Mutations
- [x] Subscriptions
- [x] Intellisense support
Installation
$ npm install
Running the app
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
npm run start:prod