The server that is used for the examples on dev.apollodata.com.
This is a really simple GraphQL server that uses Apollo Server and GraphQL Tools to serve a simple schema.
It uses a very simple in-memory database, so if you restart the server or change the code, the data will reset.
Clone the repository and run npm install
git clone https://github.com/apollostack/frontpage-server
cd frontpage-server
npm install
npm start
The server will run on port 8080. You can change this by editing server.js
.