cschroeter / nestjs-prisma

NestJS meets Prisma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

NestJS meets Prisma


Languages

Language:TypeScript 100.0%