This repo contains the full code for the GraphQL server tutorial (SQL, MongoDB + REST).
Documentation and explanations can be found on docs.apollostack.com
In order for the MongoDB part of this example to work, you need to have MongoDB installed on your machine. All other required parts come with this package.
npm install
npm start
The server should now accept requests at http://localhost:8080/graphql