nerdsupremacist / tmdb

A GraphQL Wrapper for The Movie Database

Home Page:https://tmdb.apps.quintero.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tmdb

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...

How does this work?

This was made using GraphZahl and Vapor

Can I run it locally?

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

About

A GraphQL Wrapper for The Movie Database

https://tmdb.apps.quintero.io

License:MIT License


Languages

Language:Swift 99.1%Language:Dockerfile 0.9%