Skip to content

Movie review application. We want to use a movie information API that will populate our application with movie information. The user can explore the movies listed on the home page. Each movie has a review next to it where the user can select the rating from one to five with the potential to add text reviews and give the average rating from users…

Notifications You must be signed in to change notification settings

alaasas/Movie_Rating_App

Repository files navigation

Watch N Review Movie Review Application

Steps to run the project

  • Install the latest versions of dependecies - Ruby ( atleast version 3.0.0 and above), rails (version 6.1.3 and above) , node (version 14.15.1 and above) and yarn ( version 1.22.10 and above)
  • Install bootstrap and popperjs as they are mandetory dependecy:
    1. Open command prompt
    2. Run command - yarn add bootstrap@5.0.0-beta2
    3. Run command - yarn add @popperjs/core@2.0.0-alpha.1
  • Pull from github - either extract from zip or git clone
  • Go to any Ruby IDE of your choice. Some options are RubyMine, Atom , Visual Studio Code
  • Open the Movie-Rating_App folder
  • open terminal inside your IDE or cmd in windows and navigate to the root folder
  • Run command - bundle install. This will install any missing gem files
  • Once all required gems are installed. Go back to the command prompt that is cd into the project folder or the terminal in your IDE and type, 'rails s' to start the server. This will provide access to the application on localhost, port 3000
  • Open browser of your choice and type http://localhost:3000 in your address bar. Press enter.
  • Movie Review App will open inside your browser.

About

Movie review application. We want to use a movie information API that will populate our application with movie information. The user can explore the movies listed on the home page. Each movie has a review next to it where the user can select the rating from one to five with the potential to add text reviews and give the average rating from users…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •