NodeJS Day 3 Task - Student Mentor Assignment.
This API provides endpoints for performing Student Mentor assignment.
To perfrom the CRUD operations refer the POSTMAN documentation as reference to end points.
CRUD Opeartions for MENTOR :
Method - POST
➡️ Get All Particular Mentor
URL - /api/getMentorById/:id
➡️ Update Particular Mentor
URL - /api/updateMentor/:id
➡️ DeleteParticular Mentor
URL - /api/deleteMentor/:id
CRUD Opeartions for STUDENT :
➡️ Get All Particular Student
URL - /api/getStudent/:id
➡️ Update Particular Student
URL - /api/updateStudent/:id
Method - PUT
➡️ DeleteParticular Student
URL - /api/deleteStudent/:id
Opeartions for Student Assingment :
➡️ Get Previous Mentor for Particular Student
URL - /api/getPreviousMentor/:id
➡️ Assign Students to a Mentor
➡️ Modify Mentor for a Paticular Student