Home - m7saikat/wbdv-sp19-project-express-server GitHub Wiki
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 :
- User to User : Do not have this relation. Compensated with extra feature - social login (login with google)
- User to Domain: One User can make multiple comments on any gif.
- Domain to Domain: One gif can have multiple comments.
Many to Many :
- User to User : followers : one user can follow other users while can be followed by others.
- User to Domain: A user like many gifs and a gif can be liked by many users.
- Domain to Domain: Do not have this, compensated with extra feature - forgot password.
Team Dracarys