Skip to content

Streamlined attendance management system with dual admin roles. Admins handle CRUD operations for students, teachers, and subjects, while teachers efficiently manage student absences. A straightforward solution for seamless attendance tracking

Notifications You must be signed in to change notification settings

AmlrSF/attendance-management-system

Repository files navigation

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.

Attendance Management System

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.

Database Structure

The system uses a MySQL database with the following tables:

  1. class
  2. departement
  3. enseignant
  4. etudiant
  5. ficheabsence
  6. ficheabsenceseance
  7. grade
  8. groupe
  9. ligneficheabsence
  10. matiere
  11. seance
  12. users

Installation

  1. Clone the repository:
    git clone https://github.com/AmirSouaF/attendance-management-system.git

About

Streamlined attendance management system with dual admin roles. Admins handle CRUD operations for students, teachers, and subjects, while teachers efficiently manage student absences. A straightforward solution for seamless attendance tracking

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages