This is for now a super simple wrapper of the REST API for The Movie Database to convert it to GraphQL.
BUUUT. I plan to make it the best way to access TMDb via a GraphQL Endpoint available, at least until it's that good that Travis decides to make the API support GraphQL in the future.
Check out the live API hosted on Now.
You'll need two API keys:
Run the app in local with:
yarn install
TMDB_API_KEY=<key 1> ENGINE_API_KEY=<key 2> yarn start
You might want to install now's zeit.co tools to deploy:
Deploy the app to now's cloud with:
yarn install
now -e TMDB_API_KEY="<key 1>" -e ENGINE_API_KEY="<key 2>"
To learn about what's going on, check out the docs for the tools and libraries used:
After completing the wrapper, build a client example app, using many SaaS and libraries, and document it as a blogpost series or vlog in a YT channel (Inspired very much in cabin-instagram clone series)
- [Auth0 | AUTH
- Algolia | SEARCH
- Stream for feeds
- Sendbird for CHAT