Skip to content

email2vimalraj/graphql-heroku

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.