Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manuelgeek/express-graphql-prisma-nexus-app

A sample Express app to demonstrate using Apollo GraphQL with Nexus and Prisma
https://github.com/manuelgeek/express-graphql-prisma-nexus-app

apollographql express nexus nodejs prisma typescript

Last synced: about 5 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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`