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

Releases

No releases published

Packages

No packages published