Skip to content

Latest commit

 

History

History
71 lines (42 loc) · 1.5 KB

File metadata and controls

71 lines (42 loc) · 1.5 KB

Butter Lovers

Film review app with a unique popcorn rating system that displays verified film critic reviews with precedence over basic user reviews and allows users to make comments on films.

Deployed to Heroku

Butter Lovers

User stories

- A user can sign-up

- A user can login and logout

- A user can search a film by title

- A user can search a film by genre

- A user can review a film

- A user can comment on film reviews

- A user can give a popcorn rating to a film

- A user can view a list of previous reviews

- A user can view a list of previous comments

- A user can view a collection of their favorite films

- A user can view a synopsis of a film

Segments

###Sign up signup

###Log in login

###Title search title-search

###Genre search genre-search

###Film page film-page

###User page user-page

###Account update account-update

##Whiteboarding

workflow

##Things we covered on this project:

- Ruby on Rails

- Materialize

- User authentication with BCrypt

- OMDB API

- Heroku deployment

- Agile Team Workflow

- Git Workflow

- Pair Programming