ubclaunchpad/MovieTracker

Design initial database schema

Opened this issue · 0 comments

Design an initial database scheme to support our MVP. At a minimum, we will need to store information about:

  • Users account data (eg. username, credentials, etc.)
  • Movie data (eg. title, ratings, genre, etc.)
  • Preference data (eg. favourite genres, favourite movies, etc.)
  • Friend data (relationships between users)

Create an intial Entity Relationship Diagram to define each data model/table we will need, as well as the relationships between the different data models (note: draw.io is a useful tool to create UML diagrams like this, but feel free to use whichever tool you like).