This project is a minimalistic blog example built with ASP.NET Core MVC, Entity Framework Core, and Identity for authentication. It follows the Repository Pattern to keep the data access layer clean and maintainable.
🔹 Features:
ASP.NET Core MVC – For handling blog pages and posts.
Entity Framework Core – For database operations.
Identity Authentication – User registration, login, and authentication.
Repository Pattern – Structured and maintainable data access.
Migrations – EF Core migrations for database versioning.