This is a simple PHP-based Attendance Management System that provides CRUD operations for teachers, students, subjects, and attendance tracking. The system also includes user authentication and registration.
This is a simple PHP-based Attendance Management System that provides CRUD operations for teachers, students, subjects, and attendance tracking. The system also includes user authentication and registration.
The system uses a MySQL database with the following tables:
class
departement
enseignant
etudiant
ficheabsence
ficheabsenceseance
grade
groupe
ligneficheabsence
matiere
seance
users
- Clone the repository:
git clone https://github.com/AmirSouaF/attendance-management-system.git