Kalfis / Movies-with-Friends

Project 3 Group
0 stars 0 forks source link

moviegoer_app

Project 3: Working in teams to build an Express app

Check out our app on Heroku

What it is: Our app is designed for users to be able to track movies that are both upcoming and now playing that they are interested in seeing. Users can store films on their profile pages in either "Want to Watch" and "Watched" lists.

Technologies Used:

Approach Taken
For this project, we worked with two databases: the database for our app (stored either locally in our database), and the third-party TMDb API. Our app users can browse lists of films now playing and upcoming (sourced from the TMDb API) and add a film to their own lists of films they either want to watch or have already watched (which in effect adds the film to our app's database). This means we have two models: User and Movie. Movies are stored under a user by the movie object's id.

Installation Instructions

User Stories
user_stories.md

Wireframes
Hosted on Balsamiq

Major Hurdles

Unsolved Problems

Ultimately: a user should have the ability to move a movie in the 'To Watch' list to the 'Watched' list, edit the comment/review associated with that movie; indicate, through a 'like', an interest in watching a film on another user's profile.