rajsaurabh78 / TravelCorporationIndia

This Spring Boot application manages employee data with RESTful APIs for storing employee information and retrieving eligible employees for bonuses based on given criteria.

Home Page:https://drive.google.com/file/d/13oI-FGJYyCcLLcrWYDcEgxjw6PJfheZg/view?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Employee Management System

ER Digram

travel

This Spring Boot application manages employee data with RESTful APIs for storing employee information and retrieving eligible employees for bonuses based on given criteria.

1. Project Overview

This project is a Spring Boot application that provides the following functionalities:

  • POST API: Stores employee data in the database.
  • GET API: Retrieves eligible employees for bonuses based on a given date.

The application is structured with controllers, services, repositories, and DTOs to manage CRUD operations and business logic related to employee management.


2. Prerequisites

Before running this project, ensure you have the following installed:

  • Java 11 or higher
  • Maven
  • MySQL (or any other relational database supported by Spring Boot)

3. Folder Structure

The project follows a standard Spring Boot application structure:

About

This Spring Boot application manages employee data with RESTful APIs for storing employee information and retrieving eligible employees for bonuses based on given criteria.

https://drive.google.com/file/d/13oI-FGJYyCcLLcrWYDcEgxjw6PJfheZg/view?usp=sharing


Languages

Language:Java 100.0%