GraphQL Express Redis MongoDB
- Node
- npm
- Docker
If you have Docker installed you can run
docker-compose -f docker-compose-dev.yml up
npm install
The project demos some external GraphQL calls to GitHub that will require a token.
You can generate here
https://github.com/settings/tokens
and configure it inside
services/config.js
npm start
npm run seed
GraphQL (and GraphiQL) will start at http://localhost:4000/graphql
You can find some example queries inside
query-samples.gql