GraphQL server using the Star Wars REST API as backend. Currently deployed to now, you can play with it here
npm install
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
npm start