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
# 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
http://localhost:<port>/graphql