Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Showmax/type-safe-react-app-workshop-graphql-api

 
 

Repository files navigation

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.

About

A GraphQL schema and server wrapping SWAPI.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.0%
  • HTML 4.5%
  • Shell 1.5%