eCommerce platform
Ecom_NET10
Clean Architecture eCommerce stack — ASP.NET Core APIs + Angular SPA with maintainable domain boundaries.
- Problem
- Many storefronts start fast and become unmaintainable: mixed concerns, weak auth, and queries that cannot evolve with the catalog.
- Solution
- API / Core / Infrastructure layering, Repository + Specification patterns, EF Core + SQL Server, JWT/RBAC, and Angular reactive UX for catalog, cart, and orders.
- Result
- A foundation teams can extend into real merchandising and checkout without rewriting the core — patterns proven in .NET 10 solutions.
Stack
- ASP.NET Core
- .NET 10
- Angular
- EF Core
- SQL Server
- JWT
- Clean Architecture