A modern blog application built with ASP.NET Core MVC and SQL Server, featuring secure authentication and role management through ASP.NET Core Identity.
- User Authentication & Roles — Managed via ASP.NET Core Identity
- Admin Panel — Publish, edit, and manage posts and categories
- Rich Text Editing — Implemented with the free Quill editor
- Image Uploads — Add images directly to blog posts and saving them to DB
- Comments System — AJAX-based, supports instant posting without page reload
- Simplified Registration — No complex email verification required (for now)
- Search Functionality — Quickly find articles by title or content
- Easy DB Configuration - Default connection is in appsettings.json (for now)
- Add email verification and password recovery functionality
- Choose a reliable method to save DB configuration
Built for learning and experimentation with modern ASP.NET Core web development.