We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7851e2f commit 0082b0bCopy full SHA for 0082b0b
README.md
@@ -52,10 +52,36 @@ Our web application will be a teaching platform where students will be able to
52
53
User
54
Order
55
-Courses
56
-Topic
+Course
57
Video
58
-Reviews
+
+##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
77
+ -enrolledStudents
78
79
+##Video
80
+ -videoId
81
+ -videoName
82
+ -videoDataa
83
84
85
86
## Additional Technology
87
0 commit comments