Skip to content

ddproxy/graphql-challenge

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published