Skip to content
ranakan19 edited this page Apr 26, 2019 · 2 revisions

Welcome to GifART!

Object Relation Models: There can be 4 type of users - Anonymous, Admin, Normal User, Content Creator. Domain Objects - GIF, COMMENT

One-Many :

  1. User to User : Do not have this relation. Compensated with extra feature - social login (login with google)
  2. User to Domain: One User can make multiple comments on any gif.
  3. Domain to Domain: One gif can have multiple comments.

Many to Many :

  1. User to User : followers : one user can follow other users while can be followed by others.
  2. User to Domain: A user like many gifs and a gif can be liked by many users.
  3. Domain to Domain: Do not have this, compensated with extra feature - forgot password.

Team Dracarys

Clone this wiki locally