The Admin PakoBlog project is an ASP.NET Core–based admin panel for managing posts, categories, tags, users, and media content for PakoBlog.
- Post Management: Create/edit/delete posts, manage draft & published states, schedule publishing.
- Categories & Tags: Hierarchical categories and multiple tags.
- Media Library: Upload, rename, and associate images/files.
- User & Role Management: Admin/Editor/Author roles (extensible); password reset.
- Comment Moderation: Approve, hide, delete; mark as spam (optional).
- Search & Filtering: Filter by title, status, date, and author.
- Clone the repository:
git clone https://github.com/UmtiPako/Admin_PakoBlog-for-PakoBlog.git
- Navigate into the project directory:
cd Admin_PakoBlog-for-PakoBlog - Restore dependencies:
dotnet restore
- Update the
appsettings.jsonwith your database connection string. - Run migrations:
dotnet ef database update
- Start the application:
dotnet run
- ASP.NET Core MVC
- Entity Framework Core
- Bootstrap for UI styling
- SQL Server (configurable)
This project is licensed under the MIT License — see the LICENSE file for details.