Giter Site home page Giter Site logo

nodejs-task-3's Introduction

NodeJS TASK 3 : Student-Mentor Management System


The Student-Mentor Management System is designed to facilitate the management of mentors and students within an educational Institution. This App allows for the creation of mentors, assignment of students to mentors, and retrieval of information related to mentors and their assigned students.

Setup

  1. Clone the repository: git clone <repository-url>
  2. Navigate to the project directory: cd mentor-student-management
  3. Install dependencies: npm install
  4. Create a .env file in the project root and define the MongoDB connection string.
  5. Start the server: npm start
  6. Access the application at http://localhost:<port>

API Endpoints

Student Routes

  • POST /api/student/create: Create a new student.
  • GET /api/student/students: Get all students.
  • PUT /api/student/assign/:id: Assign a mentor to a student.
  • GET /api/student/get-particular/:id: Get the assigned mentor for a student.

Mentor Routes

  • POST /api/mentor/create: Create a new mentor.
  • GET /api/mentor/mentors: Get all mentors.
  • PUT /api/mentor/assign/:id: Assign students to a mentor.
  • GET /api/mentor/ment-student/:id: Get students assigned to a specific mentor.

Features

  • Creating Mentor
  • Listing Mentors
  • Assigning Students to Mentors
  • List Students by Mentor
  • Creating Student
  • Listing the Students
  • Assigning Mentor to Student
  • Fetching Assigned Mentor for a Student

Project Schema

  • Controllers
  • Models
  • Routers
  • Database
  • index.js

Technologies Used

  • Node.js
  • Express.js
  • MongoDB
  • Mongoose
  • dotenv
  • cors

nodejs-task-3's People

Contributors

harikaransubramanian avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.