Task Manager REST API (ASP.NET Core + SQLite + EF Core)
C#
Developed a lightweight REST API using ASP.NET Core Minimal API and Entity Framework Core for managing tasks (CRUD operations).
Integrated SQLite for local storage and Swagger UI for documentation.
The project demonstrates clean architecture, data…