nestjs-prisma-nexus icon indicating copy to clipboard operation
nestjs-prisma-nexus copied to clipboard

Nestjs Prisma Nexus test project

trafficstars

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