Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aayush-683/attendance-webapp
The Attendance WebApp is a Java-based system designed to manage student attendance. It allows administrators to record, track, and update attendance for students. The application is built using JDBC for database connectivity and MySQL for data storage, ensuring a reliable system for managing attendance data.
https://github.com/aayush-683/attendance-webapp
attendance-management-system database-connector java jdbc mysql student-tracker web-application
Last synced: 2 days ago
JSON representation
The Attendance WebApp is a Java-based system designed to manage student attendance. It allows administrators to record, track, and update attendance for students. The application is built using JDBC for database connectivity and MySQL for data storage, ensuring a reliable system for managing attendance data.
- Host: GitHub
- URL: https://github.com/aayush-683/attendance-webapp
- Owner: Aayush-683
- Created: 2024-10-11T11:10:37.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-06T18:56:36.000Z (8 days ago)
- Last Synced: 2024-11-06T19:45:22.358Z (8 days ago)
- Topics: attendance-management-system, database-connector, java, jdbc, mysql, student-tracker, web-application
- Language: Java
- Homepage:
- Size: 5.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Attendance WebApp
A simple Java-based application for managing student attendance. This system allows administrators to record and update student attendance and view real-time updates.
## Features:
- Admin functionalities to record and track attendance.
- User-friendly interface to view student attendance status.
- Uses **JDBC** for database connectivity and **MySQL** for secure data storage.## Technologies Used:
- Java
- JDBC
- MySQL## Installation:
1. Clone the repository: `git clone https://github.com/Aayush-683/attendance-webapp.git`
2. Set up the MySQL database and configure the connection.
3. Run the application using your IDE or build it with Maven.## License:
This project is licensed under the MIT License.