You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a Java-based Employee Management System designed to manage and maintain employee salary records. The system supports CRUD operations (Create, Read, Update, Delete) and is equipped with a user-friendly GUI built using Swing. The backend utilizes SQL for database operations.
Built with
Features
Add New Employee: Create new employee records, including salary details.
View Employee Records: Retrieve and display the details of existing employees.
Update the JDBC connection string in the Java files with your database credentials (host, username, password).
Compile and run the project:
Use your preferred IDE (e.g., NetBeans,Eclipse, IntelliJ IDEA) to compile and run the project.
Usage
Run the system.
Use the GUI to:
Add a new employee with salary details.
Search, update, or delete employee records.
View the database records for real-time updates.
This repository contains a Java-based Employee Management System for handling employee salary records. The system provides basic CRUD (Create, Read, Update, Delete) operations. Built using Java and SQL, with a user-friendly Swing GUI.