An open API service indexing awesome lists of open source software.

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.

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
![ER](https://i.imgur.com/lxkcKKi.png)