Skip to content

GarrettCottrell/viewing_party

 
 

Repository files navigation

Viewing Party

image

Viewing party is a web application that allows you to search through MILLIONS of movie data! Once you've found a movie, you can create an event where you invite your friends, select a date and time, as well as set a duration for a viewing party. The Viewing Party App makes it easy to stay organize whether you are hosting or attending parties.

About this Project

Viewing party is a web application that consumes themoviedb api (https://www.themoviedb.org/) to gather movie data for planing events. This project utilizes basic authentication to keep track of its' users and self-referential joins to create a friend system. The code produced follows MVC principles as well as a Facade design pattern.

About our Team

Garrett Cottrell

Nick King

Shaun James

Local Setup

  1. Fork and Clone the repo
  2. Install gem packages: bundle install
  3. Setup the database: rails db:create

Versions

  • Ruby 2.5.3
  • Rails 5.2.4.3

Database Design

image

Sign up!

sign_in copy

Search for movies!

Screen Recording 2020-12-09 at 10 19 33 PM

Add Friends!

Screen Recording 2020-12-09 at 10 29 44 PM

Create events!

Screen Recording 2020-12-09 at 10 35 07 PM

About

Starter repo for a backend module 3 project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 84.4%
  • HTML 13.4%
  • JavaScript 1.2%
  • CSS 1.0%