Skip to content

EugeneHerasymchuk/advanced-graphql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GraphQL Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%