This app allows a user to search for a movie by its title, select to view the details of a specific movie, and to give that movie a "thumbs up" or "thumbs down".
- Clone this repository
- Make sure you have ruby 2.6.3 or greater installed.
- Make sure you have rails 6.0.3 or greater installed
- Make sure you have PostgreSQL installed
- Install bundler using:
gem install bundler. - Rails and other gems are set up in this application for you. To install all the dependencies, simply run:
bundle install. This will install everything you need, except ruby itself. - You should be all set up to fire up the rails application. You can attempt to do so by using the command
rails serverand then going to http://localhost:3000 in your browser.