Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shashiben/hostel-management
Created a hostel application management web app to track students where they are,and note the attendance of students according to room No and download data of attendance for each day
https://github.com/shashiben/hostel-management
attendance attendance-management-system attendance-system hostel hostel-management hostel-management-system mern-project mern-stack react-router reactjs redux
Last synced: about 4 hours ago
JSON representation
Created a hostel application management web app to track students where they are,and note the attendance of students according to room No and download data of attendance for each day
- Host: GitHub
- URL: https://github.com/shashiben/hostel-management
- Owner: shashiben
- Created: 2021-02-05T15:58:40.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T16:59:29.000Z (7 months ago)
- Last Synced: 2024-04-25T15:05:54.938Z (7 months ago)
- Topics: attendance, attendance-management-system, attendance-system, hostel, hostel-management, hostel-management-system, mern-project, mern-stack, react-router, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 430 KB
- Stars: 117
- Watchers: 2
- Forks: 54
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hostel Management Application
Created using MERN Stack with Redux
## Installation
```
npm install
cd frontend && npm install
```### Configure .env file
```
NODE_ENV = development/production
PORT = 5000
MONGO_URI= Mongo Uri
JWT_SECRET= JWT Key
```## Features
- [x] Register/Login Screens
- [x] Student Details
- [x] Add Student
- [x] Edit/Delete Student Details
- [x] Update Student Where abouts
- [x] Can take Attendance Daily
- [x] Dispaly Attendance Details
- [x] Download Csv file of attendance
- [x] Delete Attendance of previous n days
- [x] Control User List
- [x] Edit User Admin Status
- [x] Data Controlled by only Admins## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.