An open API service indexing awesome lists of open source software.

https://github.com/jmlakshmisagar/insuranceapp-using-restapi-springboot

RESTful API for managing employee insurance information
https://github.com/jmlakshmisagar/insuranceapp-using-restapi-springboot

mysql postman rest-api restcontroller springboot

Last synced: about 1 year ago
JSON representation

RESTful API for managing employee insurance information

Awesome Lists containing this project

README

          

# Employee Insurance Management

This project is a RESTful API for managing employee insurance information. It provides endpoints to create, read, update, and delete employee records while assigning appropriate insurance schemes based on employee salaries.

## Features

- Get all employees
- Add a new employee
- Delete an existing employee
- Update an existing employee

## Technologies Used

- Java
- Spring Boot
- REST API

## Endpoints

- `GET /employees/` - Retrieve all employees
- `POST /employees/create` - Add a new employee
- `DELETE /employees/delete/{id}` - Delete an employee by ID
- `PUT /employees/update` - Update an employee's information

## Setup

1. Clone the repository:
```bash
git clone https://github.com/your-username/EmployeeInsuranceManagement.git