This is an example graphql service using barebones Express, GraphQL Syntax schema, and simple api resolution.
Please have Docker, Docker-compose, Node, NPM and Make installed on your system.
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
make install
or
npm install
make build
or
docker-compose build
make up
or
docker-compose up