Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kalai64/mentors-students
- Owner: kalai64
- Created: 2024-02-01T14:47:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-01T14:55:30.000Z (10 months ago)
- Last Synced: 2024-02-01T16:28:17.063Z (10 months ago)
- Topics: api, express, mongoose, nodejs, postman
- Language: JavaScript
- Homepage: https://mentors-students.onrender.com/
- Size: 945 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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