Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 505 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 505 Bytes

starwars-graphql

GraphQL server using the Star Wars REST API as backend. Currently deployed to now, you can play with it here

Install

npm install

Configure

Create a .env file with the following:

APOLLO_API_KEY="___YOUR APOLLO ENGINE API KEY ___"
APOLLO_ENGINE_PORT=8000

You can get a free Apollo Engine key here

Run server

npm start