Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 530 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 530 Bytes

Contents Limit Insurance

A sample app to demonstrate Renter's Contents Limit Insurance.

  • Users can add and delete items. Each item has a value and is categorized.
  • The app calculates total value of all items and also value per category.
  • Repository pattern is used to decouple DB and ORM technologies from controllers.
  • AutoMapper is used for two-way mapping between domain entities and view models.

Technologies

  1. ASP.NET Core 3.1
  2. React
  3. Redux (Actions, Reducers, Store)
  4. Typescript
  5. SQL Server (Local DB)