This web app is built using PHP, MySQL (to store movie database information) as well as HTML/CSS/JS. Bootstrap and jQuery are libraries are also included for easy customization to the layout.
The entire app runs on 1 page and everything is called in via AJAX.
Admin’s have the ability to scrape new movies in to the database by simply searching for a title. The back end will search a few public API’s such as OMDB/theMovieDB for data such as (movie title, rating, plot, run-time, actors, genres, and more) and YouTube (HD trailers).
Login is provided and multi tier user and security levels (admin/subscriber/unsubscribed). This was implemented for website owners who want to offer premium services on their website (paid users).