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: 4 months ago
JSON representation
A sample Express app to demonstrate using Apollo GraphQL with Nexus and Prisma
- Host: GitHub
- URL: https://github.com/manuelgeek/express-graphql-prisma-nexus-app
- Owner: manuelgeek
- Created: 2022-01-25T14:14:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T13:10:08.000Z (about 1 year ago)
- Last Synced: 2025-01-17T14:57:26.683Z (6 months ago)
- Topics: apollographql, express, nexus, nodejs, prisma, typescript
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`