#6-enroll-students #34

Closed
juggy1233 wants to merge 0 commits from #6-enroll-students into master
Owner

Closes #6


Made two endpoints to enroll and unenroll a student in a course.

  • Enroll endpoint is sending post request to /user/<UID>/enroll/<CID> where uid is the user's id and cid is the course's id.
  • Unenroll endpoint is sending delete request to same as above
Closes #6 --- Made two endpoints to enroll and unenroll a student in a course. - Enroll endpoint is sending post request to `/user/<UID>/enroll/<CID>` where `uid` is the user's id and `cid` is the course's id. - Unenroll endpoint is sending delete request to same as above
juggy1233 added the backend label 2023-04-06 21:28:17 -04:00
juggy1233 added 3 commits 2023-04-06 21:28:17 -04:00
juggy1233 added 1 commit 2023-04-06 21:49:28 -04:00
juggy1233 closed this pull request 2023-04-06 22:05:53 -04:00
juggy1233 deleted branch #6-enroll-students 2023-04-06 22:05:58 -04:00

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: juggy1233/COMP-2707-final-project#34