Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 825 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 825 Bytes

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

  • Register/Login Screens
  • Student Details
  • Add Student
  • Edit/Delete Student Details
  • Update Student Where abouts
  • Can take Attendance Daily
  • Dispaly Attendance Details
  • Download Csv file of attendance
  • Delete Attendance of previous n days
  • Control User List
  • Edit User Admin Status
  • 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.