An Ecommerce Clothing Store Website
To get the website up and running on your machine, you will need XAMPP. After installtion, follow the steps below.
- Clone the repository using this command.
git clone https://github.com/yousaf530/Ecommerce-Clothing-Website.git
- Copy and Paste the cloned folder in the htdocs folder in XAMPP folder on your machine.
- Start Apache and MySQL from XAMPP control panel.
- Open browser and write
localhost
in the url bar and XAMPP interface will open. Navigate to phpMyAdmin using Navbar. - Import the
store.sql
file in the phpMyAdmin panel in XAMPP. - You might need to provide the root user password in the
functions.php
anddb.php
inmysqli_connect()
if you have already mySQL installed on your machine. - Type in the browser url bar
Congrats! The Website is live on your machine.
localhost/Ecommerce-Clothing-Website
- Customer Registration
- Customer Login
- Search Products
- Products Add to Cart
- Customer Profile Page
HTML, CSS, JQuery and Bootstrap
Implemented using PHP and integrated with MySQLi database for storing data
owl.carousel.js used for creating products sliders
Font Awesome and Elegent Icons