Helmet Store Showroom Site in PHP and MySQL Free Source Code
Introduction
This project is entitled Inquiries Store's Showroom Site. It is a web application developed in PHP and MySQL Database. The project was mainly built to provide Inquiries Stores a platform for their possible customers where they can display their helmet products virtually. It has a pleasant user interface using the Bootstrap Framework and AdminLTE Template. It consists of user-friendly features and functionalities.
How does the Helmet Store's Showroom Site work?
The Helmet Store's Showroom Site is an application that contains 2 modules which are the Management and Public site. The application allows certain business to virtually show their products to their possible customers by encoding their helmet products and their details to the site. The system outputs dynamic data and information about the product.
The Management Site is the side of the system where the management manages the data and products on the system. This site requires the users to log in with their valid credentials in order to gain the features and functionalities. Here, management can manage the list of Brands, Categories, Products, and Inquiries. They can also update some of the information displayed on the system such as the site name and 'about' page content.
On the Public Site, visitors can simply browse and explore the different types of helmet products in the store. They can list all the products or filter by Categories and Brands. Visitors can search also for the specific product that they think of and check if it is available in the store. Images of the product are also provided to the visitors.
Features and Functionalities
Here are the features and functionalities of the Helmet Store's Showroom Site.
Admin-Side
- Login and Logout
- Dashboard
- Category Management
- Add New Category
- List All Categories
- Edit Category
- Delete Category
- Brands Management
- Add New Brand
- Upload Brand Logo
- List All Brands
- Edit Brand
- Delete Brand
- Product Management
- Add New Helmet
- Upload Images
- List All Helmets
- Edit Helmet
- Delete Helmet
- Inquiries Management
- List All Inquiries
- Read Inquiry
- Delete Inquiry
- User Management
- Add New User
- List All Users
- Edit User
- Delete User
- Manage Site Information
- Update Account Details/Credentials
Public Site
- Home Page
- List All Available Helmet Products
- List Product By Category
- Brand List Page
- List Product By Brand
- Search Product
- 'About' Content
- Submit Inquiry
Technologies
Here are the technologies used to develop this Helmet Store's Showroom Site:
- HTML
- CSS
- JavaScript
- PHP
- MySQL Database
- jQuery Library
- Ajax
- Bootstrap Framework
- AdminLTE Template
- Fontawesome Icons
Snapshots
Here are some of the pages snapshots of the Helmet Store's Showroom Site:
Public Home Page
Brand List
Products By Brands
Search Product Result
Products View
Admin Dashboard
The Helmet Store's Showroom Site Project was only developed for educational purposes only. The source code zip file can be downloaded on this site for free. Feel free to download and modify the source code to meet your own requirements.
How to Run?
Requirements
- Download and Install any local web server such as XAMPP.
- Download the provided source code zip file. (download button is located below)
System Installation/Setup
- Enable the GD Library in your php.ini file.
- Open your XAMPP Control Panel and start Apache and MySQL.
- Extract the downloaded source code zip file.
- Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database named hss_db.
- Import the provided SQL file. The file is known as hss_db.sql located inside the database folder.
- Browse the Helmet Store's Showroom Site in a browser. i.e. http://localhost/hss/.
Admin Default Access:
Username: admin
Password: admin123
DEMO VIDEO
That's it! I hope this Helmet Store's Showroom Site Project in PHP and MySQL Database will help you with what you are looking for and that you'll find something useful from the source code for your current or future PHP Projects.
Explore more on this website for more Tutorials and Free Source Codes.
Enjoy :)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Add new comment
- 6079 views