This README file explains how to set up and run a basic web store coded using XAMPP, PHP, and MySQL.
- XAMPP: https://www.apachefriends.org/
- Web browser (Chrome, Firefox, etc.)
-
Download and Install XAMPP: Download XAMPP and install it on your computer. XAMPP includes components like the Apache web server, MySQL database, and PHP.
-
Download or Clone the Project: Download this project from GitHub or create it in your own coding environment.
-
Change XAMPP's htdocs Directory to your project folder: Edit httpd.conf file's documentroot directory. Example path:
.\php-folder-location-from-our-project
-
Create the Database: Open the XAMPP control panel and start the MySQL module. Go to
http://localhost/phpmyadmin
in your browser. Create a new database and name itwebshop
.
- Open your web browser and enter
http://localhost/
in the address bar. - You should see the web store's homepage. You can now view products, add them to the cart, and place orders.
If you'd like to contribute, please fork, make changes, and submit a pull request. It will be reviewed before being merged.
This project is licensed under the MIT License. See the LICENSE
file for more information.