Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 781 Bytes

README.md

File metadata and controls

45 lines (37 loc) · 781 Bytes

GraphQL Challenge

This is an example graphql service using barebones Express, GraphQL Syntax schema, and simple api resolution.

Dependencies

Please have Docker, Docker-compose, Node, NPM and Make installed on your system.

Quickstart

Copy the dist.env file to .env and fill the two environment variables with your client id and secret from GitHub OAuth Applications then run:

make install build up

Then navigate to http://localhost:8080/home

Long setup

Install

make install

or

npm install

Build

make build

or

docker-compose build

Run

make up

or

docker-compose up