A web app, primarily for RCOEM students to check their attendance in a user friendly interface, without the hassle in less than half the time!
Deployed @ AttendEase
- Responsive design
- Fast data rendering
- Live attendance fetching
- Predict attendance change
- Demo User for non-RCOEM users
Clone the project
git clone https://github.com/SFarazH/attendease.gitGo to the project directory
cd attendeaseInstall dependencies
pip install -r requirements.txtStart the server
py manage.py runserver 