Skip to content

nnance/swapi-apollo

Repository files navigation

#SWAPI Apollo Server Wrapper

A wrapper around SWAPI built using Apollo Server. This is intended to be a POC of an express and HAPI GraphQL server.

Uses:

Getting Started

Install dependencies with

npm install

Local Server

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

npm start

This is will start both an express server on port 3000 and a HAPI server on port 8000.

You can explore the API at http://localhost:3000 or http://localhost:8000

Development Server

A development server that watches for changes can be ran with:

npm run dev

About

An Apollo server wrapping SWAPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published