This is an application to download the IMDB datasets, load, and cache movie and crews data in the local Database, and provide some API in order to find some data per each person(actors, directors, and other crews) and movie based on name or profession, or Movie title.
Tasks:
- Import the dataset into the application
- Return all the titles in which both director and writer are the same person and he/she is still alive
- Get two actors and return all the titles in which both of them played at
- Get a genre from the user and return best titles on each year for that genre based on number of votes and rating
- Count how many HTTP requests you received in this application since the last startup