Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.32 KB

File metadata and controls

26 lines (20 loc) · 1.32 KB

📰 Custom Raw PHP News CMS

This repository contains a lightweight Content Management System (CMS) specifically designed for an online news portal. It was built using vanilla PHP and MySQL to demonstrate core backend principles, including database connectivity, dynamic content routing, and administrative management.

🛠 Technical Stack

  • Backend: Raw PHP
  • Database: MySQL
  • Frontend: HTML5, CSS3, JavaScript
  • Architecture: Procedural and Modular PHP

🚀 Key Features

  • News Management: Dedicated system for publishing, editing, and categorizing news articles.
  • Dynamic Content: Real-time data fetching from MySQL to populate the portal's frontend.
  • Custom Backend: A localized CMS structure built without external frameworks to ensure maximum performance and control.
  • Modular Design: Organized directory structure for easy maintenance and scalability.

📁 Project Structure

  • mycms/: Core application directory containing all logical and visual components.
  • config/: (If applicable) Database connection and environment settings.
  • admin/: (If applicable) Portal for content creators and administrators.

🔧 Installation & Setup

  1. Clone the repository:
    git clone [https://github.com/ashrafuzzaman1973/mycms.git](https://github.com/ashrafuzzaman1973/mycms.git)