Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grasilife/starwars-server


https://github.com/grasilife/starwars-server

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Star Wars example server

This is a really simple GraphQL server that uses [Apollo Server](https://github.com/apollostack/apollo-server) and [GraphQL Tools](https://github.com/apollostack/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/apollographql/starwars-server
cd starwars-server
npm install
```

## Starting the server

```
npm start
```

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