Skip to content

Full CLI application using Ruby, allows users to find specific movies from a database of over 5000 movies

License

Notifications You must be signed in to change notification settings

LinKCoding/imdb-clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IMDB Clone

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.

Getting Started

Easiest way to ensure that you have adequate environment is to use RVM.

Prerequisites

Using Ruby v. 2.3.

Installing

Fork (to contribute) and clone the repository.

Deployment

To run the CLI application go to the root directory of the repository and in your terminal run:

$ ruby bin/run

Built With

  • Ruby
  • SQLite3
  • Movie data obtained from Kaggle

Versioning

Latest version is always available under the master branch in this repository.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Flatiron School and especially Prasenjit Banik for seeing this project through.

About

Full CLI application using Ruby, allows users to find specific movies from a database of over 5000 movies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%