Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/manuelgeek/express-graphql-prisma-nexus-app
- Owner: manuelgeek
- Created: 2022-01-25T14:14:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T13:10:08.000Z (5 months ago)
- Last Synced: 2024-06-13T17:09:56.562Z (5 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`