Smart Attendance System
Register students, mark attendance, and manage reports from one place.
Running on Vercel. Runtime file storage uses `/tmp`, so uploaded data is temporary unless you connect persistent storage.
About the XAMPP Version
This repo includes a PHP/XAMPP variant for local Apache and MySQL setups.
- MySQL-backed attendance management
- Registration and export tools
- Migration path from the web app CSV data
- Ready-made install scripts for local XAMPP
Installation Notes
- Download and extract the XAMPP package.
- Run the included install script for your platform.
- Start Apache and MySQL in XAMPP.
- Import `database_setup.sql` in phpMyAdmin.
- Open `http://localhost/attendance_system`.