overview.md
A portfolio-management API that moved from auth-only work into richer business logic.
The project is built with ASP.NET Core, Identity, Entity Framework Core, SQL Server, and JWT authentication. It organizes portfolio operations through services and repositories, supports separate add flows for projects, achievements, contacts, and skills, and also includes message handling for portfolio contact scenarios. Compared to the auth app, this one felt broader because it required handling a richer domain model instead of just account workflows.