Giter Site home page Giter Site logo

student-management-system's Introduction

Student Management System API

This is a basic API for a Student Management System built using ExpressJS and MongoDB.

  1. Need endpoints for both Admin panel and student interface.
  2. Admin Panel
    1. Admin should be able to log
    2. Allow the admin to add students with their name, email ID, department, and password
    3. The admin should also be able to assign tasks to students with a due time.
  3. Student Interface
    1. Students should be able to log in and see the tasks assigned to them.
    2. They should be able to see the status of each task (pending, overdue,completed).
    3. Also option change task status to completed.

Postman Api Documentation: Click hee

Visit Postman Api Documentation to explore all apis

Local Instalation

Getting Started:

  • Prerequisites:
    • List any required software or tools (e.g., Node.js version, npm).
  • Installation:
    1. Clone the repository
    2. Install dependencies: npm install
    3. Create a .env file and set the necessary environment variables
  • Running the Project:
    • Development mode: npm run dev

.env file

PORT=4000

MONGODB_URI= //your mongodb uri

CORS_ORIGIN=*

//your secret key(random string)
JWT_SECRET= sdfhaslfjasldfjao29m458hmwietjgowteirtvnwim09t8u4m9t58y 

Api Endpoints

For better understanding visit Postman Api Published Docs

student-management-system's People

Contributors

kanai2003 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.