MVP (Minimum Viable Product) - Hitch77/FullStack_IMDb GitHub Wiki

MVP

1. Hosting on Heroku (1 day)

2. User Authentication (1 day)

  • Allow User access even through rerendering
  • Limiting access from reviewing a movie, and liking a review

3. Users (2 days)

  • Sign up, Log in, Log out
  • Demo Account
  • Populate with existing actors/directors/writers

4. Movies (4 days)

  • Seed database through IMDb API
  • Display Trailers
  • Show page to display all Movie information

5. Reviews (1 day)

  • Logged in users will be allowed to:
    • Leave reviews/ratings
    • Vote on reviews

6. Search Movies/Users (1 day)

  • All users will be able to search movie/people

7. Production README (1 day)