PHP & MySQL Open-Source Helmet Showroom Website

Download code _ PHP & MySQL Open-Source Helmet Showroom Website

Helmet Store Showroom Site in PHP & MySQL

Introduction

The Helmet Store Showroom Site is a web-based application built using PHP and MySQL. It is designed to help helmet stores showcase their products online, allowing customers to browse available helmets easily. The site features a modern and user-friendly interface using the Bootstrap Framework and AdminLTE Template.


How the Helmet Store Showroom Site Works

The system consists of two main modules:

  1. Management Panel (Admin Side) – This is where store owners or administrators can manage products, categories, brands, inquiries, and website details.
  2. Public Website (Customer Side) – This is where customers can explore helmet products, search for specific items, and submit inquiries.

Admin Panel Features:

  • User Login & Logout
  • Dashboard Overview
  • Category Management (Add, Edit, Delete Categories)
  • Brand Management (Add, Edit, Delete Brands, Upload Brand Logo)
  • Product Management (Add, Edit, Delete Helmets, Upload Images)
  • Inquiry Management (View & Delete Inquiries)
  • User Management (Add, Edit, Delete Users)
  • Website Settings (Update Site Information & Account Details)

Public Website Features:

  • Home Page
  • Browse All Helmets
  • View Helmets by Category
  • View Helmets by Brand
  • Search for Products
  • About Page
  • Submit Inquiry

Technologies Used

The site is built using the following technologies:

  • Frontend: HTML, CSS, JavaScript, Bootstrap, FontAwesome Icons
  • Backend: PHP, MySQL, jQuery, Ajax
  • Admin Panel Template: AdminLTE

How to Install & Run the Project

Requirements:

  • Install a local web server like XAMPP.

Installation Steps:

  1. Enable the GD Library in your php.ini file.
  2. Start Apache and MySQL from the XAMPP Control Panel.
  3. Extract the downloaded source code.
  4. Copy the extracted folder and paste it into the htdocs directory of XAMPP.
  5. Create a new database in PHPMyAdmin (http://localhost/phpmyadmin) and name it hss_db.
  6. Import the SQL file (hss_db.sql) from the database folder.
  7. Run the project in your browser by visiting: http://localhost/hss/.

Admin Login Credentials:

  • Username: admin
  • Password: admin123

index PHP

hss_db SQL

 

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top