/advanced-graphql

GraphQL Workshop

Primary LanguageJavaScript

All credits to Scott Moss

Steps to run

  1. Created .env file in the root folder with this content.
GITHUB_TOKEN=token_public_only

The token you can generate, following next steps: image

image

image

  1. Run mongo:
$ docker run -p 27017:27017 -d mongo
  1. Run project and face the error :) :
npm run dev

tech check

  • Node v8+
  • Yarn / NPM (latest)
  • Mongo (latest) (see below for Docker install)
  • Git + Github