This is a HRMS module for ERP system. The module provides opportunities for HR department to manage employees and job-related openings in the organization, such as view the list of all employee, search the job applicant by its id, make changes to the job posted on the organization's portal, managing the payroll of the employee. The system is primarily designed to properly organize the work of the department, speed up processes of hiring employees or opening necessary vacancies for the organization etc. In this project, only the back-end of the system is going to be implemented, although the front-end was included while designing of entire system.
(The application architecture diagram will be posted soon)
(The data model diagram will be posted soon)
Each service is a separate microservice in the application.
- service-registration
- api-gateway-authentication-service
- employee-service
- recruitment-service
- payroll-processing-service
- attendance-tracking-service
- hr-queries-service
- misc-service
- service-registration : 8761
- api-gateway-authentication-service : 8080
- employee-service : 8100
- recruitment-service : 8200
- payroll-processing-service : 8300
- attendance-tracking-service : 8400
- hr-queries-service : 8500
- misc-service : 8600
(Currently in development. Will be updated once the development is completed.)
- Java 21
- Spring 6
- Spring Boot 3
- Spring Security
- Spring Cloud
- Spring Batch
- Couchbase/MongoDB
- MySQL database
- Lombok