Change the repository type filter
All
Repositories list
3 repositories
Commerce.React.UI
PublicCommerce.UI
PublicUsing Angular 17 standalone approach, this is a simple demo of CRUD operation on two entites Category and Product. A Category can contain zero or more Products.Commerce.Backend
PublicUsing DOT NET 8 Web API, this is a simple demo of CRUD operation on two entites Category and Product. A Category can contain zero or more Products. EF Core and SQL server is used with Repository and Unit Of Work pattern.