Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 516 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 516 Bytes

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