This is similar ecommerce website built using PHP as the backend programming language and MySQL as the database management system.
To run this project, you will need to have the following software installed on your system:
- PHP 7 or higher
- MySQL 5.6 or higher
- Apache web server
- Clone the repository to your local machine.
- Import the database schema to your MySQL database using the file
database.sql
from releases. - Modify the database credentials in
config.php
to match your local MySQL server settings. - Upload the project files to your Apache web server.
Once the project is installed and running, you can access the website by visiting http://localhost/
in your web browser. The website allows users to browse products, add items to their cart, and complete the checkout process.
- PHP - Backend programming language
- MySQL - Database management system
- HTML/CSS - Frontend web development
- Bootstrap - Frontend framework
This project is licensed under the MIT License.