manuelgeek / express-graphql-prisma-nexus-app

A sample Express app to demonstrate using Apollo GraphQL with Nexus and Prisma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

express-graphql-prisma-nexus-app

A sample Express app to demonstrate using Apollo GraphQL with Nexus and Prisma

Set Up

npm

npm install

Set up env

cp .env.example .env

Edit database envs, etc

Set up prisma

npm run migrate

Run Server

npm run dev

Build

npm run build

About

A sample Express app to demonstrate using Apollo GraphQL with Nexus and Prisma


Languages

Language:TypeScript 100.0%