https://github.com/vibhoothi/attendance-tracker
Attendance Tracker using JSP, JDBC and MySQL.
https://github.com/vibhoothi/attendance-tracker
hacktoberfest java jdbc jsp
Last synced: 7 days ago
JSON representation
Attendance Tracker using JSP, JDBC and MySQL.
- Host: GitHub
- URL: https://github.com/vibhoothi/attendance-tracker
- Owner: vibhoothi
- Created: 2019-10-09T15:56:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-11T14:58:55.000Z (about 6 years ago)
- Last Synced: 2025-07-01T09:50:27.078Z (4 months ago)
- Topics: hacktoberfest, java, jdbc, jsp
- Language: Java
- Homepage:
- Size: 12.8 MB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Attendance Tracker
Attendance management is the act of managing attendance or presence in a work setting to minimize loss due to employee downtime.Attendance control has traditionally been approached using time clocks, timesheets, and time tracking software,
but attendance management goes beyond this to provide a working environment which maximizes and motivates employee attendance.
Recently it has become possible to collect attendance data automatically through using real-time location systems,
which also allow for cross-linking between attendance data and performance.Attendance management takes place in all educational campuses be they university, college or school.
Netcentric Programming Project.
A basic Attendance Tracker which uses JSP, JDBC and MySQL.
## Requirements
For this software to work, we would require some specific changes and software to go ahead and work properly.
Following are the requirements:
- Apache Netbeans IDE 11.1.
- Visual Studio 1.36.
- MySQL version 8.0.15.
- MySQL Connector (JDBC) 5.1.48.
- JSTL 1.2 jar file.
- MySQL Connector Java Binary 8.0.15.For running the software in the optimal way, we recommend to use 11.1 Version of Apache Netbeans IDE. The main use of VSCode is to support rapid development and modifications. The MySQL configuration inside in your system should have root user with database created according to the application. We should keep the jstl java runtime file inside `/web/WEB-INF/lib/` directory. For the MySQLConnector and MySQL Connector Java Binary we would require to keep it in `build/web/WEB-INF/lib/`.
# Entity Relation Diagram
Please refer the below ER Diagram to get idea about the project
