overview.md
A training graduation project built as both an inventory system and an online sales platform.
The repository is structured into multiple layers, with separate API, MVC, BLL, and DAL projects. It supports authentication, product and category management, shopping carts, orders, payments, and live inventory tracking, while using Entity Framework, SQL Server, JWT, AutoMapper, and Bootstrap to connect the business logic to both admin and customer-facing flows. It is a useful example of building a more complete enterprise-style application architecture during training, not just a small CRUD demo.