This repo contains a basic Mongo Express GraphQL Node (MEGN) example code.
- NodeJS
- Mongodb and server should be running if local
- Clone this repo
- Run
yarnornpm installfrom the cloned directory - Run
yarn startornpm startto start the graphql server on 3000 port by default.
Launch https://graphql-heroku.herokuapp.com/ to access the GraphiQL.