Skip to content

The Mentor-Student Management API simplifies mentor-student relationship administration with features for CRUD operations.

Notifications You must be signed in to change notification settings

MangalaParameswaran/RM-Day-39-Task-Mentors-Students-

Repository files navigation

API endpoints for Mentor - Student 😊

1) Create Mentor (POST) :Establish a new mentor profile. Endpoint: /schedule/mentors
2) Create Student (POST) :Register a new student. Endpoint: /schedule/students
3) Assign Student to Mentor (PUT):Link a student to a mentor, fostering a learning relationship. Endpoint: /schedule/assign-mentor/assign/:studentId
4) Change Mentor for Student (PUT)]: Assign a new mentor to a student or modify an existing mentor-student relationship. Endpoint: /schedule/assign-mentor/:studentId
5) Get All Students for a Mentor (GET) : Retrieve a comprehensive list of all students under the guidance of a specific mentor. Endpoint: /schedule/mentor-students/:mentorId
6) Show previously assigned mentor for a particular student (GET) :Access the historical data of a student's previously assigned mentor. Endpoint: /schedule/student-mentor/:studentId

[Postman Link]

https://api.postman.com/collections/32502504-334657cb-0002-4097-a63f-02a65d9811b2?access_key=PMAT-01HN7D7VGNB61TRJAB4YMD2PWZ

About

The Mentor-Student Management API simplifies mentor-student relationship administration with features for CRUD operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages