To load up from scratch:
- Pull Repo
- Run
yarn
inside root - Run
cd server && yarn
- To start up the client
yarn start
from the root
To start:
- Run
yarn start
inside root
To manually start GraphQL Server, connected with your MongoDB URI:
-
Run
cd server
-
Run
yarn start
-
Go to localhost:4000 for GraphQL Playground
-
Run
cd server && cd database
-
Run
docker-compose up -d
only need to run whendocker-compose.yml
is updated -
Run
prisma deploy
Docker needs to be running -
Run
prisma generate
generates Prisma-Schema -
Run
prisma playground
to interact/demo with database
Electron Tutorial - Getting Started
A Great Guide for GraphQL with Apollo Server