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.
- Blog post: Continuous deployment of an Express GraphQL server to Heroku
- Author's GitHub profile: Fikayo Adepoju
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
The application is running here.
- Install dependencies:
npm install - Run the server:
npm start - Playground is available at: http://localhost:4000/playground