This is an Attendance Management System implemented in Java Swing for the frontend and MySQL for the backend.
To use the system, follow these steps:
-
Project Setup:
- Fork and clone the repository.
- Unzip and place the project files in your preferred location.
-
Login:
- Go to the
Login
class and run the file. - Create an Administrator user account through the signup option.
- Log in with proper Administrator credentials to access the Administrator window.
- Go to the
-
Administrator Actions:
- Create faculty profiles and student profiles.
- Launch courses.
- Add students to their respective courses.
- Update Administrator information, using dropdown menus to handle foreign key-related errors.
- Log out from the Administrator window.
-
Faculty Actions:
- Log in with Faculty ID and password.
- Manage attendance for students in courses.
- Send messages to other faculty members.
- Log out from the Faculty window.
-
Student Actions:
- Log in with Student ID and password.
- Check attendance for enrolled courses.
- Log out from the Student window.
-
Exiting the Application:
- Click "EXIT" in the login window to close the application.
To run this system, you need to have the following software and components installed:
Before running the application, set up the necessary database and tables, which can be found in the student_attendance
file inside the FinalProject
directory.
If you'd like to contribute to this project, feel free to submit issues and pull requests on the GitHub repository.
This project is licensed under the MIT License.