Skip to content

nwAlazaro/insurance-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Insurance Policy Management System (Simulated Project)

This is a simulated backend project for managing insurance policies using ASP.NET Core and C#.

πŸ“Œ Features

  • Create insurance policies with coverage and validity dates.
  • REST API endpoint to simulate policy creation.
  • Clear separation of concerns using MVC architecture.

πŸ› οΈ Technologies Used

  • ASP.NET Core
  • C#
  • REST APIs
  • SQL Server (for potential storage)
  • Swagger (recommended for testing)

πŸ“ Project Structure

InsuranceSystem/
β”œβ”€β”€ Controllers/
β”‚   └── PolicyController.cs
β”œβ”€β”€ Models/
β”‚   └── Policy.cs
β”œβ”€β”€ Services/
β”‚   └── PolicyService.cs

πŸš€ How to Run

  1. Add to a new ASP.NET Core Web API project.
  2. Register services in the Startup class.
  3. Test with Postman or Swagger:
    POST /api/policy/create
    {
        "policyNumber": "INS-001",
        "insuredName": "John Doe",
        "coverageAmount": 100000,
        "startDate": "2024-01-01",
        "endDate": "2024-12-31"
    }
    

πŸ“„ Note

This is a simulated project created for portfolio purposes. It does not include real business data or proprietary code.


Created by Anderson Enrique LΓ‘zaro Moreno
Barcelona, Spain

About

Simulated backend project for managing insurance policies using .NET Core and C#.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages