Closes #187 (closed), #183 (closed) A working backend support for courses. This includes a new repository and controller which manages the courses.
A course has the following structure (when serialized):
{
"id": "5cf028357fc2582206be877b",
"name": "Complexity Theory",
"courseCode": "TI3306",
"year": 2019,
"instructorSet": [],
"taSet": [
"ta"
],
"assignmentIds": [
"5ce653c5ff1dbf1ab679583d"
]
}
The following actions can be performed
To be filled in by the reviewers