Attendance Monitoring System is my Industry Internship project at Indian Oil Corporation Limited (IOCL), which is a web-based solution built using PHP, MySQL, HTML, CSS, and JavaScript. It automates intern attendance with role-based access, admin controls, and interactive dashboards, improving accuracy, transparency, and efficiency.
Quick start
- Copy the project folder to your PHP server or run built-in server:
php -S localhost:8000- Do NOT commit your
config.phpcredentials. Updateconfig.phpwith your DB settings.
Notes
config.phpis excluded from the repo via.gitignore.- Use XAMPP/WAMP on Windows if you prefer Apache + MySQL.