In this tutorial series, learn how to build an example app for users to search for movies and TV shows by name, then add selected items to a personal watchlist. Title information and other metadata is retrieved from The Movie Database (TMDb) API. Behind the scenes, the application uses the IBM Cloud Cloudant service, which provides a Cloudant database in the cloud, together with the Slim PHP micro-framework to process requests, and Bootstrap to create a mobile-optimized user experience.
- Tutorial
Create a personal video watch list in the cloud with PHP and the Movie Database API Part 1
In this first part of a two-part series, build the basic application skeleton and integrate the Movie Database API.
- Tutorial
Create a personal video watchlist in the cloud with PHP and the Movie Database API Part 2
In this second part of a two-part series, you integrate a Cloudant database with your watch list app and deploy it on IBM Cloud.