IMDB Clone is a project built using Ruby. It is a Command Line Interface, CLI, application that uses ActiveRecord, MySQLite, and Ruby for users to interact with the CLI to navigate through a database of over 5,000 movies and filter based on Title, Actors, Directors, Ratings, Genre and Year Released. It utilizes SQL queries and conditionals to filter through these films and can offer recommendations based on genre and rating.
Easiest way to ensure that you have adequate environment is to use RVM.
Using Ruby v. 2.3.
Fork (to contribute) and clone the repository.
To run the CLI application go to the root directory of the repository and in your terminal run:
$ ruby bin/run
- Ruby
- SQLite3
- Movie data obtained from Kaggle
Latest version is always available under the master branch in this repository.
- Kenny Lin
- Prasenjit Banik - https://github.com/deanban
This project is licensed under the MIT License - see the LICENSE.md file for details
- Flatiron School and especially Prasenjit Banik for seeing this project through.