Skip to content

GraphQL Server with Typescript, Express & Prisma ORM

Notifications You must be signed in to change notification settings

astartsky/express-graphql-prisma

 
 

Repository files navigation

GraphQL User CRUD with PrismaORM

Run on Local

edit .env.example file according to needs. and rename it to .env

#Installation
$ yarn
# Run Project
# Must have a running PostgreSQL Database
$ yarn --cwd api watch

Run with Docker

# Build All images
$ docker-compose build

# Run in development mode
$ docker-compose up -d graphql-dev

# Run in production mode
$ docker-compose up -d graphql-prod

Access Apollo Server

http://localhost:<port>/graphql

About

GraphQL Server with Typescript, Express & Prisma ORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.2%
  • Shell 7.6%
  • Dockerfile 1.2%