Skip to content

Student_Mentor_Mgt using ExpressJS and MongoDB. This application is a complete student mentor management where you can add a student, assign a a student to a mentor,add a new mentor, assign students to the mentor, get the details of the mentor ,students and etc

Notifications You must be signed in to change notification settings

SmileVP/Student_Mentor_Mgt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student_Mentor_Mgt

Hi Welcome to my Student_Mentor_Mgt Task.

I have deployed this task in Render. https://student-mentor-mgt.onrender.com

  1. To get all the student details use the get request in https://student-mentor-mgt.onrender.com/all-students

  2. To get the all mentor Details use the get request in https://student-mentor-mgt.onrender.com/all-mentors

  3. To add a new mentor use the post request in https://student-mentor-mgt.onrender.com/add-mentor

    Sample request for Creating API: { "mentorName" : "Raju", "mentorStudent" : ["Anu"] }

  4. To add a new student use the post request in https://student-mentor-mgt.onrender.com/add-student

    Sample request for Creating API: { "studentName":"Gayathri" }

  5. To assign new student to existing mentor use the post request in https://student-mentor-mgt.onrender.com/assign-students

    Sample request for Creating API: { "mentorName" : "Raju", "mentorStudent": ["Gayathri"] }

  6. To change mentor of a student use the post request in https://student-mentor-mgt.onrender.com/change-mentor

    //note: the new mentor name should be in the mentor collection

    Sample request for Creating API: { "studentName":"Anu", "newMentor":"Kumar" }

  7. To get the mentor details of a particular student use the get request in https://student-mentor-mgt.onrender.com/mentor

    Sample request for Creating API: { "studentName":"Gayathri" }

  8. To get the student details of a particular mentor use the get request in https://student-mentor-mgt.onrender.com/students

    Sample request for Creating API: { "mentorName":"Raju" }

About

Student_Mentor_Mgt using ExpressJS and MongoDB. This application is a complete student mentor management where you can add a student, assign a a student to a mentor,add a new mentor, assign students to the mentor, get the details of the mentor ,students and etc

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published