Created using MERN Stack with Redux
(To start)
npm install
cd frontend
npm install
NODE_ENV = development/production
PORT = 5000
MONGO_URI= Mongo Uri
JWT_SECRET= JWT Key
- 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