Skip to content

kemsguy7/blogging-system

Repository files navigation

Simple Blogging System with Admin Panel (PHP & MySQL)

Project Overview

A complete blogging system web application built with PHP and MySQL, featuring both public-facing blog interface and administrative backend.

Features

Admin Panel

  • 📝 User management (add new users)
  • ✏️ Post management (create, edit, delete posts)
  • 🗃️ Content organization

Public Area

  • 📄 View published posts
  • 💬 Comment functionality
  • 🔍 Simple browsing interface

Technology Stack

  • 🐘 PHP (Server-side scripting)
  • 🗃️ MySQL (Database)
  • 🎨 HTML/CSS (Frontend)

Installation Guide

Database Setup

  1. Import the SQL file from database/ folder
  2. Important: Name your database blog2 when importing
  3. Configure database connection in the application

Web Server Setup

  1. Place files in your web server's root directory
  2. Ensure PHP and MySQL are properly installed

Admin Access

Default admin credentials:

⚠️ Important Security Note:
This project is intended for educational purposes only.
Not recommended for production use without proper security enhancements.
Always change default credentials in testing environments.

File Structure

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published