Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mano-08/attendance-management-backend
- Owner: Mano-08
- Created: 2023-01-12T17:40:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-12T12:06:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T09:40:57.872Z (3 months ago)
- Topics: jwt-authentication, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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