This is a really simple GraphQL server that uses Apollo Server and GraphQL Tools to serve the Star Wars example schema from http://www.graphql.org.
Clone the repository and run npm install
git clone https://github.com/apollographql/starwars-server
cd starwars-server
npm install
npm start
The server will run on port 8080. You can change this by editing server.js
.