This project is a simple E-Commerce REST API built with ASP.NET Core 7, Entity Framework Core, and AutoMapper, following the Onion Architecture principles.
It provides endpoints for managing Products, Brands, and Types, while implementing best practices like Repository and Unit of Work patterns.
- Onion Architecture for clean separation of concerns
- Repository & Unit of Work patterns
- AutoMapper for DTO mapping
- EF Core with Code-First Migrations
- Swagger/OpenAPI documentation
- Endpoints for Products, Brands, and Types