BlogApp is a web application built with .NET Core MVC, designed for creating, managing, and reading blog posts. It offers a user-friendly interface for authors to publish content and for readers to explore and interact with posts.
- Create Blog Posts: Authors can create, edit, and publish blog posts with rich text formatting.
- Manage Blog Posts: View, edit, and delete your blog posts from an easy-to-use interface.
- Read Blog Posts: Readers can browse and read published blog posts, with features for commenting and sharing.
- User Profiles: Manage user profiles with the ability to update personal information and view authored posts.
- Admin Panel: Admins can manage users and oversee all blog posts.
- MVC Architecture: Utilizes the Model-View-Controller (MVC) pattern for a well-organized and scalable application.
To set up and run the project locally, follow these steps:
- .NET Core SDK: Version 6.0 or higher.
- SQL Server: Required for database operations. SQL Server Express can be used for local development.







