Online Computer and Laptop Store using PHP and MySQL Source Code Free Download
This project is entitled Online Computer and Laptop Store. This web application was developed to provide an online platform for a certain computer store or business possible customers for exploring and ordering the products. The project is written in PHP Language and MySQL DB. It has a pleasant user interface using Bootstrap Framework and AdminLTE Template. It consists of multiple user-friendly features and functionalities.
How do the Online Computer and Laptop Store work?
The Online Computer and Laptop Store contains 2 modules or is composed of 2 sites which are the Management and the Client Site. Public Visitors can also explore the different products that are available in the store.
The project Management Site is the side of the system that is only accessible to the store management. The management can manage the list of products, product categories, product sub-categories, inventory, and orders, and generate sales reports. Each management features contains CRUD (Create, Read, Update, and Delete). Here, management can manage the client orders such updating the status of the order and the payment status.
The Client Site is the side of the system where they can explore the different products of the store. They can search for their desired product to if it is available in the store. The product list can be filtered by category and subcategory. On the product details page, they can read the full details about the product including the price and availability of the product. They can also add products to the shopping cart for checking out later or along with other products.
Furthermore, this project is integrated with the PayPal sandbox API as the cashless or online payment method. The management can also update the site information dynamically such as the site name, icon/logo, and banners.
Features and Functionalities
Administrator
- Login and Logout
- Dashboard Page
- Category List Management
- Sub Category List Management
- Brand List Management
- Product List Management
- Inventory Management
- Order Management
- Date-wise Printable Sales Report
- Update System Information
- User Management
- Update Account Details
Client-Site
- Product List
- Filter Products By Brand
- Filter Product By Category
- Filter Product By Sub Category
- Category List Page
- Search Product
- Login and Registration
- Shopping Cart
- Checkout
- Online Payment using PayPal API
- Order List
- Logout
Technologies
Here are the following technologies I used for developing the Online Computer and Laptop Store:
- XAMPP
- VS Code Editor
- PHP
- MySQL Database
- HTML
- JavaScript
- jQuery
- Ajax Request
- Bootstrap Framework
- AdminLTE Template
Snapshots
Site Home Page
Site Category List
Product List By Category
Product Details
Admin Dashboard
Admin Product List
Admin Order Details
Admin Sales Report
The Online Computer and Laptop Store Project Source Code zip file is available on this website and it is free to download. Note, the project was mainly developed for educational purposes only and not for commercial use. Feel free to download and modify the source code the way you wanted and 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 ocls_db.
- Import the provided SQL file. The file is known as ocls_db.sql located inside the database folder.
- Browse the Online Computer and Laptop Store in a browser. i.e. http://localhost/php-ocls/ and http://localhost/php-ocls/admin for the management site.
Default Admin Access
Username: admin
Password: admin&123
No comments:
Post a Comment