Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grasilife/starwars-server
https://github.com/grasilife/starwars-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/grasilife/starwars-server
- Owner: grasilife
- License: mit
- Created: 2020-03-05T17:26:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T08:20:38.000Z (about 2 years ago)
- Last Synced: 2023-03-02T23:02:49.370Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.