This is the base repo for the viewing party project used for Turing's Backend Module 3.
Viewing party is an application in which users can explore movie options and create a viewing party event for the user and friend's. This is our alpha version and was built over the course of eight days.
Head to our site: Viewing Party
If this is your first time using the app, register with your email and password and then login. Otherwise, log in on the welcome page!
To Add Friends:
- Enter the email of your friend under Friends heading
- Click
Add Friend
button - You can only add one friend at a time. Repeat step 1 and 2 for additional friends.
To Discover Movies:
- Click on the
Discover Movies
button on your user dashboard - Click
Find Top Rated Movies
to see the 40 top rated movies by vote average - Enter a search query to filter movies by title and click
Search
To Create Viewing Party (You must add friends before creating a viewing party)
- Click on movie title from the movies list
- Click
Create Viewing Party
button on Movie detail page - Enter duration, the date and the starttime
- Check box for each invited friend
- Click
Create Party
button
-
Ruby 2.7.2
-
Rails 5.2.5
- [] Add edit functionality to viewing parties
- [] Add edit functionality to friends list
- [] Consume additional API endpoints from The MovieDB API