Skip to content

SageOfCode/viewing_party

 
 

Repository files navigation

Viewing Party

Project Partners

Grant Dempsey
Jose Lopez
Sage Gonzales

Description

"Viewing Party" is an application that allows a user to search movies through a movie API, and invite friends to watch those movies with them. A starter repo was provided which included some premade files. Students were put into groups of 2 or 3 and tasked with building off the starter repo.

Viewing Party web application utilizes a model-view-controller design pattern, CRUD functionality, and also consuming API which is a new subject for everyone. Users can register an account, that allows them to look through a ton of movies thanks to our API, and allows them to create a movie party. Once create they can invite friends to join there movie party for everyone can watch the movie together.

Students worked remotely over 10 days using Slack, Zoom, Github, and Github projects. Test-driven development drove the creation of the app with tests written in RSpec. Here is our coverage, we used RSpec for our testing:

Screen-Shot-2020-12-10-at-10-04-10-AM

Our Database Strcuture

Screen-Shot-2020-12-10-at-10-03-05-AM

Instructions

Our applicaiton is hosted on Heroku, where you'll be able to view its functionality to the fullest. For usage on your local machine follow the instructions listed below:

git clone [email protected]:SageOfCode/viewing_party.git
cd viewing_party
bundle install
rake db:{drop,create,migrate,seed}
rails server
visit localhost:3000 in your web browser

Statistics

About

Starter repo for a backend module 3 project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 88.8%
  • HTML 8.3%
  • JavaScript 1.6%
  • CSS 1.3%