Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.1 KB

#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