Skip to content

email2vimalraj/graphql-heroku

Repository files navigation

Deploying Graphql Server on Heroku

This repo contains a basic Mongo Express GraphQL Node (MEGN) example code.

Pre-requisites

  • NodeJS
  • Mongodb and server should be running if local

Setup

  • Clone this repo
  • Run yarn or npm install from the cloned directory
  • Run yarn start or npm start to start the graphql server on 3000 port by default.

Demo

Launch https://graphql-heroku.herokuapp.com/ to access the GraphiQL.