Skip to content

marcjulian/nestjs-prisma-nexus

Repository files navigation

Nestjs Prisma Nexus

Prisma & Docker

Install prisma and docker

npm i -g prisma

Run:

docker-compose up -d

To deploy the Prisma schema run:

prisma deploy

This generates the prisma client and nexus-prisma bindings and schema.graphql.

Playground of Prisma is available here: http://localhost:4466/

Start Nestjst

To start the NestJS Server run:

npm run start

Playground for the NestJS Server is available here: http://localhost:3000/graphql

Releases

No releases published

Packages

No packages published