This repository contains the backend application for managing employee-related operations in an organization. It offers RESTful endpoints to facilitate various functionalities related to employee data management, leave management, salary administration, and dashboard insights.
- Employee Management: Perform CRUD operations to manage employee records effectively.
- Salary Administration: Handle CRUD operations for employee salaries, covering components such as basic salary, allowances, and deductions.
- Dashboard Insights: Access comprehensive statistics and insights on company payroll, including total employees, average salary, delayed payouts, employee distribution by department, and salary distribution by department.
- Java
- Spring Boot
- Spring Data JPA
- MySQL
- Maven