Skip to content

An insurance management platform that allows users to manage insurance policies, clients, and claims using Spring Boot and Java.

Notifications You must be signed in to change notification settings

subhajit51193/InsuranceManagementPlatform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

InsuranceManagementPlatform

An insurance management platform that allows users to manage insurance policies, clients, and claims using Spring Boot and Java. Inbuilt H2 database has been used to store data on temporary basis.

Features

As of now below features are implemented only

  • GET /api/clients: Fetch all clients.
  • GET /api/clients/{id}: Fetch a specific client by ID.
  • POST /api/clients: Create a new client.
  • PUT /api/clients/{id}: Update a client's information
  • DELETE /api/clients/{id}: Delete a client
  • GET /api/policies: Fetch all insurance policies
  • GET /api/policies/{id}: Fetch a specific insurance policy by ID.
  • POST /api/policies: Create a new insurance policy.
  • PUT /api/policies/{id}: Update an insurance policy
  • DELETE /api/policies/{id}: Delete an insurance policy
  • GET /api/claims: Fetch all claims.
  • GET /api/claims/{id}: Fetch a specific claim by ID
  • POST /api/claims: Create a new claim.
  • PUT /api/claims/{id}: Update a claim's information
  • DELETE /api/claims/{id}: Delete a claim
  • Cross origin platform
  • Token Based Authentication

Installation

Download all files and it is ready to run locally

API Reference

After installation run following link to get all API references

http://localhost:8080/swagger-ui/index.html

Optimizations

In progress..

Deployment

As of now it is not deployed

Demo

NA

Tech Stack

Client: Java, SpringBoot, H2 database

Server: Tomcat

Authors

Feedback

If you have any feedback, please reach out to us at nnorth87@gmail.com

🔗 Links

portfolio linkedin

About

An insurance management platform that allows users to manage insurance policies, clients, and claims using Spring Boot and Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages