The Human Resource Management System (HRMS) is a Java-based console application designed to control and manage employee and department data for companies. It simplifies employee and department registration and allows CRUD operations.
- Employee and department registration.
- CRUD operations for both employees and departments.
- Java
- Hibernate
- MySQL
- Clone the repository.
- Configure the database connection in
hibernate.cfg.xml
. - Build and run the application.
- HR departments can use this system to manage employee and department data.
This project was developed individually within a timeframe of 5 days. If you'd like to contribute, please follow the standard GitHub fork and pull request workflow.