Skip to content

aliyamerali/viewing_party

 
 

Repository files navigation


Viewing Party

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

Contributors

Schema

viewing_party schema (2)

Local Setup

  1. Fork and Clone the repo
  2. Create account and register for an API key with The Movie DB
  3. Install gem packages:
    • bundle install
    • bundle exec figaro install
  4. Add your API key to the config/application.yml
  5. Setup the database: rails db:{create,migrate}

Versions

  • Ruby 2.7.2
  • Rails 5.2.5

Additional Tools

About

Starter repo for a backend module 3 project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 84.8%
  • HTML 12.6%
  • JavaScript 1.2%
  • Other 1.4%