News Aggregation System

Posted: 06 February 2025

Free


About the Project

The News Aggregation System is a web-based platform designed to collect, categorize, and display news articles from various sources in a structured manner. Built using PHP and MySQL, the system allows administrators to manage news content through phpMyAdmin. It includes features such as user authentication (admin and sub-admin roles), category management (e.g., Sports, Entertainment, Politics, Business, COVID-19, Education), comment moderation, and static pages for informational content (e.g., About Us). The database schema consists of tables like tbladmin (for managing admins), tblcategory (for news categorization), tblcomments (for user interactions), and tblpages (for managing website pages), ensuring a structured and efficient news delivery system.


Sample Project Screenshots

Home Page
Home Page
Admin Login
Admin Login
Admin Dashboard
Admin Dashboard
Add New Post Form
Add New Post Form

Project Requirements

Project Name News Aggregation System
Language PHP
Database MySQL
Platform Type Web Applictation
Software Xamp,Mamp

Installation Procedure

Step-by-Step User Guide for Running a Zipped Project in XAMPP

  1. Extract the Zipped Project
    • Locate the zipped project file (e.g., project.zip).
    • Extract it to the htdocs directory in your XAMPP installation path (e.g., C:\xampp\htdocs\my_project).
  2. Start XAMPP
    • Open the XAMPP Control Panel.
    • Start the Apache and MySQL services by clicking the Start buttons next to them.
  3. Create the Database
    • Open your web browser and navigate to http://localhost/phpmyadmin.
    • Click New in the left sidebar, name the database (use the same name as the .sql file), and click Create.
  4. Import the Database
    • Click the name of the newly created database in phpMyAdmin.
    • Select the Import tab, choose the .sql file from the project folder, and click Go.
  5. Run the Project
    • Open your browser and go to http://localhost/project_name.

Project-SourceCode
Comment