Build System : Gradle
Web FrameWork : Spring Boot
Json Format for Tutor Object:
db.tutor.insert (
{
"name" : "Vella",
"department" : "cs",
"email" : "[email protected]",
"studentAs" : "true",
"tutorAs" : "true",
"course_seeking" : [ "CS540 DBMS" ],
"course_offering" : ["CS519 Algorithm", "CS 515 Algoritm"]
}
)
Json Format for the Course Object:
db.course.insert(
{
"name" : "CS",
"courseList" : ["CS515 Algorithms","CS517 Theory of Computation","CS519 Master Level Algorithms"]
}
)
gradle bootRun
ng serve or npm start