This project is a CRUD (Create, Read, Update, Delete) application built using Java Swing for the user interface and MySQL as the database. It features a login page to ensure secure access to the application.
- User Authentication: Login page to authenticate users before accessing the application.
- CRUD Operations:
- Create: Add new records to the database.
- Read: View and retrieve existing records.
- Update: Modify existing records.
- Delete: Remove records from the database.
- User-Friendly Interface: Intuitive design powered by Java Swing.
- Database Integration: Seamless connection with MySQL for data storage and management.
- Programming Language: Java
- Framework: Java Swing (for GUI)
- Database: MySQL
- IDE: Apache Netbeans
To run this application, you need to have the following installed on your system:
- Java Development Kit (JDK) - Version 8 or above
- MySQL Server - Ensure MySQL is running and accessible.
- Clone the Repository:
git clone https://github.com/taher-dev/Employee-Management-System.git