Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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