Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 542 Bytes

File metadata and controls

21 lines (14 loc) · 542 Bytes

Star Wars example server

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.

Installation

Clone the repository and run npm install

git clone https://github.com/wso2/samples-apim
cd graphql-backend
npm install

Starting the server

npm start

The server will run on port 8080. You can change this by editing server.js.