Logo

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

  1. Download and extract the XAMPP package.
  2. Run the included install script for your platform.
  3. Start Apache and MySQL in XAMPP.
  4. Import `database_setup.sql` in phpMyAdmin.
  5. Open `http://localhost/attendance_system`.