The Full Stack E-Commerce Application is a comprehensive web-based solution that simulates a real-world online shopping platform, developed using Angular for the frontend and ASP.NET Core Web API for ...
├── MyApp.Api/ # .NET Web API (Presentation Layer) │ ├── Controllers/ │ │ ├── AuthController.cs # Login, Register, Me endpoints │ │ └── CompanyController.cs # Company CRUD │ ├── Extensions/ # Service ...