Talabat – E-Commerce Web API
A back-end system developed with ASP.NET Core Web API using Onion Architecture and the Unit of Work design pattern.
Built a clean and scalable API for an online food ordering platform, supporting products, categories, orders, and users.
Applied Specification Pattern to handle complex queries and filtering.
Ensured modularity and testability through layered architecture and dependency injection.
Focused on building a robust, maintainable, and enterprise-ready back-end solution.
Tech Stack: ASP.NET Core, Entity Framework Core, SQL Server, Onion Architecture, Unit of Work, Specification Pattern