A web-based e-commerce platform for buying and selling jewellery online, built with HTML, CSS, PHP, and SQL.
- Product listings and display
- Shopping cart and checkout system
- Customer account management
- Order history and tracking
- Payment processing
- Admin panel for managing products, orders, and customer information
These instructions will help you to run the Online Jewellery Shop on your local machine.
-
Clone the repository: git clone https://github.com/ashalupreti/Online-jewellery-Shop.git
-
Navigate to the cloned repository: cd Online-jewellery-Shop
-
Copy the cloned folder and paste inside the root directory where you install xampp/wamp either in local disk C: drive D: or drive E: paste in path "xampp/ htdocs" for xampp and "wamp/www" for wamp.
-
Start the XAMPP or your preferred PHP development environment. Open phpmyadmin (http://localhost/phpmyadmin/)
-
Create a database with name
ashal
for the project in MySQL and import theashaluserdata.sql
file. -
Open your web browser and navigate to
http://localhost/project/index.php
. -
For Admin Login: Username:
ashal
Password:ashal
- HTML
- CSS
- PHP
- SQL
Your contributions are always welcome! If you have any suggestions or bug fixes, please submit a pull request with your changes.
This project is licensed under the MIT License. Please refer to the LICENSE file for details.