Developed a secure RESTful API for managing notes and to-do lists with user authentication (JWT) and role-
based authorization (User/Admin).
- Implemented clean architecture using Repository Pattern and Unit of Work for scalable data access.
- Integrated ASP.NET Identity for user management with password hashing.
- Technologies: C#, LINQ, Entity Framework, ASP.NET Core, API, Identity Authorization & Authentication,
AutoMapper, JWT, Repository Pattern, Unit of Work