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
- Host: GitHub
- URL: https://github.com/jmlakshmisagar/insuranceapp-using-restapi-springboot
- Owner: jmlakshmisagar
- Created: 2025-02-26T11:32:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T11:34:27.000Z (about 1 year ago)
- Last Synced: 2025-02-26T12:33:03.897Z (about 1 year ago)
- Topics: mysql, postman, rest-api, restcontroller, springboot
- Language: Java
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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