Skip to content

gesposito/graphql-day

Repository files navigation

Requirements

  • Node
  • npm
  • MySQL

MySQL with Docker

If you have Docker installed you can run

docker-compose -f docker-compose-dev.yml up

Running the project

Install

npm install

Configure

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

Start

npm start

Open

GraphQL (and GraphiQL) will start at http://localhost:4000/graphql

Queries

You can find some example queries inside query-samples.gql

About

Accompanying code for my talk

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors