The Wayback Machine - https://web.archive.org/web/20200911104203/https://github.com/marcjulian/nestjs-prisma-nexus
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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

About

Nestjs Prisma Nexus test project

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.