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
yarn
ornpm install
from the cloned directory - Run
yarn start
ornpm start
to start the graphql server on 3000 port by default.
Launch https://graphql-heroku.herokuapp.com/ to access the GraphiQL.