This is a super simple wrapper of the REST API for The Movie Database to convert it to GraphQL.
Check out the live API hosted on Heroku.
You'll need two API keys:
Run the app with:
npm install
TMDB_API_KEY=<key 1> ENGINE_API_KEY=<key 2> npm start
To learn about what's going on, check out the docs for the tools and libraries used: