This repository contains a Java Swing desktop application designed for educational purposes, focusing on software methodologies such as Model-View-Controller (MVC) architecture, MySQL database integration, and General Responsibility Assignment Software Patterns (GRASP) principles.
- MVC architecture for modular and maintainable code
- MySQL integration for database management
- CRUD operations for employee records
- Search functionality by employee name
- Clone the repository to your local machine.
- Set up MySQL server and import provided SQL script.
- Configure database connection in the application.
- Build and run the application.
This project is licensed under the MIT License.