A GraphQL Wrapper for The Movie Database... Available at this heroku instance.
Since it's hosted by heroku, it's pretty slow and times out pretty often... It's just a demo...
This was made using GraphZahl and Vapor
First get an API Key here. Clone the repo and run with an API Key in the Environment Variable $API_KEY:
git clone https://github.com/nerdsupremacist/tmdb.git
cd tmdb
swift build -c debug
API_KEY={YOUR_API_KEY} ./.build/debug/tmdb