Skip to content

App that allows you to set up movie viewing parties with your friends.

Notifications You must be signed in to change notification settings

jakeheft/viewing_party

 
 

Repository files navigation

Viewing Party (Live On Heroku)

About this Project

Viewing party is an application that utilizes the Movie Database API. Users can see the top 40 movies or search for a specific movie of their liking. Users can add friends, can create movie viewing parties and can invite friends or be invited by friends to a movie viewing party.

Summary

Getting Started

The below instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Local Setup

  1. Fork and Clone the repo
  • You can find the repo for this project here
  1. Install gem packages: bundle install
  • Gems: Faraday, Figaro
  • Testing Gems: ShouldaMatchers, Webmock, VCR
  1. Setup the database: rails db:create

Example wireframes to follow are found here

Versioning

The following versions are recommended for this project.

  • Ruby 2.5.3

  • Rails 5.2.4.3

Running the tests

To run all of the tests, you will use bundle exec rspec

To run a specific test, you will use bundle exec rspec:<test line number goes here>

Database Schema

Screen Shot 2020-12-09 at 6 56 33 PM

Deployment

From the command line, do the following:

  • heroku create
  • git push heroku master
  • heroku run rake db:create
  • heroku run rake db:migrate
  • You may also want to run the following command to seed your heroku database:
  • heroku run rake db:seed

Authors

About

App that allows you to set up movie viewing parties with your friends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 77.8%
  • HTML 17.4%
  • SCSS 3.6%
  • JavaScript 1.2%