/MyFilmDB

Primary LanguageJavaMIT LicenseMIT

✇ MyFilmDB ✇

A simple app for cataloging my film collection. Its main functions are

  1. Adding films owned to the Database
    1. Searching IMDB for a film and its related actors, directors, and genres using MyAPIFilms.com.
    2. Parsing the returned JSON into mathcing film, actor, director, and genre objects.
    3. Inserting these obejcts into the matching tables in a Postgres database.
  2. Search the database for relations between actors, directors, and genres. For example:
    1. Find all films that Christian Bale appears in
    2. Find all films where Samuel L. Jackson works with Quentin Tarantino
    3. Find all Horror films that Jennifer Connelly appears in