Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 345 Bytes

File metadata and controls

4 lines (4 loc) · 345 Bytes

Commerce.Backend

This is a simple demo of CRUD operation on two entites Category and Product. A Category can contain zero or more Products. In this repository backend Dot Net 8 Web API, EF Core and SQL server is used. Also, Repository & Unit of Work pattern applied. For front-end part navigate to https://github.com/dev-art-tech/Commerce.UI