Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kalai64/mentors-students

Mentor and Student Assigning with Database
https://github.com/kalai64/mentors-students

api express mongoose nodejs postman

Last synced: about 13 hours ago
JSON representation

Mentor and Student Assigning with Database

Awesome Lists containing this project

README

        

# Mentor and Student Assigning with Database
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