Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mano-08/attendance-management-backend

NodeJS server to listen API calls and perform query operations on the database
https://github.com/mano-08/attendance-management-backend

jwt-authentication mongodb mongoose nodejs

Last synced: 27 days ago
JSON representation

NodeJS server to listen API calls and perform query operations on the database

Awesome Lists containing this project

README

        

# Attendance Management System

- It is a full stack web application to handle student course/attendance data. Used NoSQL to store and maintain data. There are two unique login gateways i) Admin and ii) Faculty.
- Faculty can view student database and can edit only his/her details on Database,
- Admin can view and edit both student and faculty data.
- With this interface, admin can add new students, assign new courses and attendance to the student. And with respect to faculty data, admin can add new faculty and courses he/she handles.

## Tech Stack : ReactJS, MongoDB, Mongoose, NodeJS, ExpressJS


Context
Webpage


Login Page



Landing Page



Student Data



Adding New Student Data



Faculty Data



Adding New Faculty