Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 742 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 742 Bytes

Attendance Management Database

This project is an Attendance Management Database designed to help organizations keep track of attendance records efficiently. It can be used to log, manage, and retrieve attendance data for employees, students, or any group of individuals.

Features

  • User Management: Add, update, and delete user information.
  • Attendance Tracking: Log daily attendance, including check-in and check-out times.
  • Reports: Generate attendance reports for specific periods.
  • Database Management: Backup and restore database functionality.
  • Authentication: Secure login system for different user roles (admin, user).

Technologies Used

  • Backend:
    • MySQL/PostgreSQL (Database)
    • python