Skip to content

Commit 0082b0b

Browse files
authored
Update README.md tables
uptaded with table fields and relationships, also prioritized some
1 parent 7851e2f commit 0082b0b

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

README.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,36 @@ Our web application will be a teaching platform where students will be able to
5252

5353
User
5454
Order
55-
Courses
56-
Topic
55+
Course
5756
Video
58-
Reviews
57+
58+
##User
59+
-userID or mail
60+
-name
61+
-lastname
62+
-age
63+
-role (student, teacher)
64+
65+
##Order
66+
-orderID
67+
-userID (FK)
68+
-courseID (FK)
69+
-price
70+
-orderDate
71+
72+
##Course
73+
-CourseID
74+
-courseName
75+
-Category (tech, finance, law)
76+
-price
77+
-enrolledStudents
78+
79+
##Video
80+
-videoId
81+
-videoName
82+
-videoDataa
83+
-courseID (FK)
84+
5985

6086
## Additional Technology
6187

0 commit comments

Comments
 (0)