Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anbumani12/nodejs-day-3-task
Nodejs About Student - Mentor Management System Backend
https://github.com/anbumani12/nodejs-day-3-task
api backend mongodb nodejs postman
Last synced: 4 days ago
JSON representation
Nodejs About Student - Mentor Management System Backend
- Host: GitHub
- URL: https://github.com/anbumani12/nodejs-day-3-task
- Owner: anbumani12
- Created: 2024-03-01T13:47:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T11:20:34.000Z (11 months ago)
- Last Synced: 2024-11-20T23:01:44.498Z (2 months ago)
- Topics: api, backend, mongodb, nodejs, postman
- Language: JavaScript
- Homepage: https://student-mentor-management-rhq8.onrender.com/
- Size: 3.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
Student - Mentor Management System Backend
Mentor
• GET Get All Mentors = https://student-mentor-management-rhq8.onrender.com/mentors
• POST Add New Mentor = https://student-mentor-management-rhq8.onrender.com/mentors
• DELETE Delete Mentor = https://student-mentor-management-rhq8.onrender.com/mentors/:id
• GET Mentor Student List = https://student-mentor-management-rhq8.onrender.com/mentors/students/:mentor_id
• PUT Edit Mentor = https://student-mentor-management-rhq8.onrender.com/mentors/:id
• Get One Mentor = https://student-mentor-management-rhq8.onrender.com/mentors/:id
Student
• GET Get All Student = https://student-mentor-management-rhq8.onrender.com/student
• POST Add New Student = https://student-mentor-management-rhq8.onrender.com/student
• DELETE Delete Student = https://student-mentor-management-rhq8.onrender.com/student/:id
• Get One Student = https://student-mentor-management-rhq8.onrender.com/student/:id
• PUT Edit Student = https://student-mentor-management-rhq8.onrender.com/student/:id
Assign
• POST Assign multiple Student = https://student-mentor-management-rhq8.onrender.com/assign/student/:batch/mentor/:mentor_id