Sign inSign up

andyianriley/swapi-graphql

By andyianriley

Updated over 8 years ago

swapi-graphql

Image
0

217

andyianriley/swapi-graphql repository overview

SWAPI GraphQL Wrapper

A wrapper around SWAPI built using GraphQL.

Uses:

Try it out at: http://graphql.org/swapi-graphql

Deploy to Heroku Deploy to now

Getting Started

Install dependencies with

npm install

SWAPI Wrapper

The SWAPI wrapper is in ./swapi. It can be tested with:

npm test

Local Server

A local express server is in ./server. It can be run with:

npm run build # Only if you changed something
npm start

A GraphiQL instance will be opened at http://localhost:8080/ (or similar; the actual port number will be printed to the console) to explore the API.

Tag summary

Content type

Image

Digest

Size

334.4 MB

Last updated

over 8 years ago

docker pull andyianriley/swapi-graphql