Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawkpraveen/nodejs_day_3_task
This repo contains NodeJS Day 3 Task of MERN Stack. Student Mentor Assignment.
https://github.com/hawkpraveen/nodejs_day_3_task
crud-operation expressjs mongodb-atlas node-js nodemon postman render
Last synced: about 2 months ago
JSON representation
This repo contains NodeJS Day 3 Task of MERN Stack. Student Mentor Assignment.
- Host: GitHub
- URL: https://github.com/hawkpraveen/nodejs_day_3_task
- Owner: Hawkpraveen
- Created: 2024-06-01T05:24:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T06:15:01.000Z (7 months ago)
- Last Synced: 2024-06-02T06:33:41.303Z (7 months ago)
- Topics: crud-operation, expressjs, mongodb-atlas, node-js, nodemon, postman, render
- Language: JavaScript
- Homepage: https://nodejs-day-3-task-10j3.onrender.com/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS Day 3 Task - Student Mentor Assignment.
## Introduction
### This API provides endpoints for performing Student Mentor assignment.
### To perfrom the CRUD operations refer the POSTMAN documentation as reference to end points.
## CRUD Opeartions for MENTOR :
### BASE URL : https://nodejs-day-3-task-10j3.onrender.com## 🔖Endpoints
### ➡️ Create Mentor
### URL - /api/createMentor
Method - POST### ➡️ Get All Mentors
### URL - /api/getMentors
### Method - GET### ➡️ Get All Particular Mentor
### URL - /api/getMentorById/:id
### Method - GET### ➡️ Update Particular Mentor
### URL - /api/updateMentor/:id
### Method - PUT### ➡️ DeleteParticular Mentor
### URL - /api/deleteMentor/:id
### Method - DELETE## CRUD Opeartions for STUDENT :
### BASE URL : https://nodejs-day-3-task-10j3.onrender.com
## 🔖Endpoints### ➡️ Create Student
### URL - /api/createStudent
### Method - POST### ➡️ Get All Student
### URL - /api/getStudents
### Method - GET### ➡️ Get All Particular Student
### URL - /api/getStudent/:id
### Method - GET### ➡️ Update Particular Student
URL - /api/updateStudent/:id
Method - PUT### ➡️ DeleteParticular Student
### URL - /api/deleteStudent/:id
### Method - DELETE## Opeartions for Student Assingment :
### BASE URL : https://nodejs-day-3-task-10j3.onrender.com## 🔖Endpoints
### ➡️ Get Previous Mentor for Particular Student
### URL - /api/getPreviousMentor/:id
### Method - GET### ➡️ Assign Students to a Mentor
### URL - /api/assignMentor
### Method - PUT### ➡️ Modify Mentor for a Paticular Student
### URL - /api/modifyMentor
### Method - PUT## Base URL: https://nodejs-day-3-task-10j3.onrender.com/
## POSTMAN DOCUMENTATION :https://documenter.getpostman.com/view/34908360/2sA3QwapWc