E-Commerce Platform API | ASP.NET Core, Clean Architecture
- Built RESTful API handling product catalog (search/filter), shopping cart, order processing,
and user authentication for e-commerce platform with 40+ endpoints
- Achieved 3-4x faster query performance by implementing CQRS with Dapper for reads and
EF Core for writes, optimized for 80/20 read-heavy workload
- Secured application with JWT authentication, refresh token rotation, role-based authorization,
and rate limiting to prevent abuse
- Integrated payment gateway (Stripe), email notifications, and image upload validation with
file type verification
- Containerized with Docker Compose including SQL Server for local development
and deployment readiness
GitHub: [https://github.com/Mohamm...] | Live Demo: [http://techhubx.runasp.ne...]