Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 854 Bytes

File metadata and controls

34 lines (18 loc) · 854 Bytes

Human Resource Management System

Overview

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.

Features

  • Employee and department registration.
  • CRUD operations for both employees and departments.

Technologies Used

  • Java
  • Hibernate
  • MySQL

Installation

  1. Clone the repository.
  2. Configure the database connection in hibernate.cfg.xml.
  3. Build and run the application.

Usage

  • HR departments can use this system to manage employee and department data.

Contribution

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.