Viewing Party is an application that enables users to search and review movie data, add other registered users as friends, and create viewing parties with friends around a given movie. It is based on the viewing party project used for Turing's Backend Module 3.
Timeframe: 9 days
Heroku: Viewing Party
- Fork and Clone the repo
- Create account and register for an API key with The Movie DB
- Install gem packages:
bundle installbundle exec figaro install
- Add your API key to the
config/application.yml - Setup the database:
rails db:{create,migrate}
- Ruby 2.7.2
- Rails 5.2.5
