https://github.com/katavinanguyen/java-mysql-employee-managment-system
https://github.com/katavinanguyen/java-mysql-employee-managment-system
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/katavinanguyen/java-mysql-employee-managment-system
- Owner: KatavinaNguyen
- Created: 2024-08-21T13:11:39.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-01-23T05:32:49.000Z (5 months ago)
- Last Synced: 2025-02-11T18:43:54.244Z (4 months ago)
- Language: Java
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java MySQL Employee Management System
A simple yet powerful console application that helps you manage employees, process payroll, and generate reports—all in one place.## Features
+ **Employee Management:** Search, update, and manage employee data with ease.
+ **Payroll Processing:** Calculate salaries and generate comprehensive reports.
+ **Reliable & Tested:** Thoroughly tested to ensure smooth operation.## How to Install & Run
1. **Clone the Repo:** `git clone https://github.com/KatavinaNguyen/WorkHive.git`
2. ~~**Set Up the Database:** Install MySQL and set up the database.~~> [!NOTE]
> We switched from MySQL to H2 to make the project easier for users to run out-of-the-box without needing to configure or connect to an external database, as H2 is an embedded, in-memory database that runs within the application.
> To switch back to MySQL, update the JDBC URL, username, and password in the code, and ensure the MySQL JDBC driver is included in the project dependencies.3. **Run WorkHive:** Compile and run the application using your favorite Java IDE.
## How to Use
+ **Add Employees:** Easily input and manage employee details.
+ **Process Payroll:** Run payroll calculations and export reports.
+ **Generate Reports:** Create and review employee and payroll reports.