Skip to content

CIRCLECI-GWP/graphql-test-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous deployment of an Express GraphQL server to Heroku

CircleCI

Details

This repo is a simple GraphQL server built with Node.JS. It is built following a tutorial published on CircleCI blog under the CircleCI Guest Writer Program.

About CircleCI Guest Writer Program

Join a team of freelance writers and write about your favorite technology topics for the CircleCI blog. Read more about the program here.

Reviewers: Ron Powell, Stanley Ndagi


Application

The application is running here.

Running the application

  1. Install dependencies: npm install
  2. Run the server: npm start
  3. Playground is available at: http://localhost:4000/playground