leurias / movies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Overview

This project allows you to import movies and reviews into a MongoDB database and provides functionality to search through movies based on various criteria and display sorted reviews.

Improt Instructions

  1. Import Data:

    • To import movies, run:
      rake import:movies
    • To import reviews, run:
      rake import:reviews
  2. Search Functionality:

    • You can search through the movies database using the following criteria:
      • Directors
      • Actors
      • Filming Locations
      • Countries
  3. Display and Sort Reviews:

    • You can display movie reviews and sort them by their star ratings.

About


Languages

Language:Ruby 92.4%Language:Dockerfile 6.6%Language:HTML 0.9%Language:Shell 0.1%