bounswe / bounswe2024group7

Collaborative hub for 2024Group7
https://bounswe.github.io/bounswe2024group7/
4 stars 3 forks source link

Add Database Tables to the Back-end Part #55

Closed MertCengiz closed 4 months ago

MertCengiz commented 4 months ago

Using Django framework, add the tables created in the Class Diagram and the Database Diagram to the back-end part with the help of the features that this framework provides.

MertCengiz commented 4 months ago

Created Image, Profile User, Post, Collection, Like, Comment, Label, Notification, and WikidataResult tables with @erenpakelgil according to the Database Diagram. Review needed.

erenpakelgil commented 4 months ago

Converted the tables created in the Class Diagram and ER Diagram into django database models and added them into the backend part with @MertCengiz. Review needed.

erenpakelgil commented 4 months ago

Created a new branch including the modified models file according to the branch name template and pushed the branch to the original repository with @MertCengiz.

sametaln commented 4 months ago

We should create PR for the review and merge with backend branch

sametaln commented 4 months ago

Merged this branch with our backend.