How to setup
- Clone the repo
- Create a file
secret.js
at the root of the project and add the following code:
const id = <ADD_SECRET_HERE>;
module.exports = { id };
- Run
npm i && npm start
- Go to
http://localhost:8000
to open the graphql playground
To run on Docker
After you have Docker installed run the following command to use the docker compose file to run on docker
- docker-compose build && docker-compose up