To load up from scratch:
- Pull Repo
- Run
yarninside root - Run
cd server && yarn - To start up the client
yarn startfrom the root
To start:
- Run
yarn startinside 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 -donly need to run whendocker-compose.ymlis updated -
Run
prisma deployDocker needs to be running -
Run
prisma generategenerates Prisma-Schema -
Run
prisma playgroundto interact/demo with database
Electron Tutorial - Getting Started
A Great Guide for GraphQL with Apollo Server