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