This is a Spring Boot-based Insurance Application that allows users to view, add, and manage insurances. It also includes features such as a "View Details" page for each insurance and the ability to delete existing records.
Add new insurance policies
View detailed information about each insurance policy
Delete existing insurance policies
View the policies in a table format
Frontend: Thymeleaf
Backend: Spring Boot
Database: In-Memory Database (H2)
Docker: For containerization and deployment
Hosting: Render
JDK 17 or later
Maven or Gradle (depending on your build tool)
Docker (optional, for deployment)
git clone https://github.com/yourusername/insurance-app.git
cd insurance-app
If you're using Maven, run the following command:
mvn clean package