A shopping site like Amazon made with PHP
Find a file
2024-05-17 16:57:41 -04:00
.github Uploaded the files. 2024-05-17 16:57:41 -04:00
admin Uploaded the files. 2024-05-17 16:57:41 -04:00
css Uploaded the files. 2024-05-17 16:57:41 -04:00
database Uploaded the files. 2024-05-17 16:57:41 -04:00
fonts Uploaded the files. 2024-05-17 16:57:41 -04:00
img Uploaded the files. 2024-05-17 16:57:41 -04:00
js Uploaded the files. 2024-05-17 16:57:41 -04:00
product_images Uploaded the files. 2024-05-17 16:57:41 -04:00
_config.yml Uploaded the files. 2024-05-17 16:57:41 -04:00
action.php Uploaded the files. 2024-05-17 16:57:41 -04:00
body.php Uploaded the files. 2024-05-17 16:57:41 -04:00
cart.php Uploaded the files. 2024-05-17 16:57:41 -04:00
checkout.php Uploaded the files. 2024-05-17 16:57:41 -04:00
checkout_process.php Uploaded the files. 2024-05-17 16:57:41 -04:00
config.php Uploaded the files. 2024-05-17 16:57:41 -04:00
db.php Uploaded the files. 2024-05-17 16:57:41 -04:00
error.php Uploaded the files. 2024-05-17 16:57:41 -04:00
footer.php Uploaded the files. 2024-05-17 16:57:41 -04:00
header.php Uploaded the files. 2024-05-17 16:57:41 -04:00
homeaction.php Uploaded the files. 2024-05-17 16:57:41 -04:00
index.php Uploaded the files. 2024-05-17 16:57:41 -04:00
LICENSE.md Uploaded the files. 2024-05-17 16:57:41 -04:00
login.php Uploaded the files. 2024-05-17 16:57:41 -04:00
logout.php Uploaded the files. 2024-05-17 16:57:41 -04:00
myorders.php Uploaded the files. 2024-05-17 16:57:41 -04:00
newslettter.php Uploaded the files. 2024-05-17 16:57:41 -04:00
offersmail.php Uploaded the files. 2024-05-17 16:57:41 -04:00
order_successful.php Uploaded the files. 2024-05-17 16:57:41 -04:00
package-lock.json Uploaded the files. 2024-05-17 16:57:41 -04:00
payment_success.php Uploaded the files. 2024-05-17 16:57:41 -04:00
product.php Uploaded the files. 2024-05-17 16:57:41 -04:00
products.php Uploaded the files. 2024-05-17 16:57:41 -04:00
README.md Uploaded the files. 2024-05-17 16:57:41 -04:00
register.php Uploaded the files. 2024-05-17 16:57:41 -04:00
review.php Uploaded the files. 2024-05-17 16:57:41 -04:00
review_action.php Uploaded the files. 2024-05-17 16:57:41 -04:00
signin_form.php Uploaded the files. 2024-05-17 16:57:41 -04:00
signup_form.php Uploaded the files. 2024-05-17 16:57:41 -04:00
store.php Uploaded the files. 2024-05-17 16:57:41 -04:00
topheader Uploaded the files. 2024-05-17 16:57:41 -04:00
wishlist.php Uploaded the files. 2024-05-17 16:57:41 -04:00

Cool Shopping Site

A cool shopping site made using PHP, CSS, Javascript and MySQL.

Note: Adding and Removing items to Carts/Wishlist and Registration needs be fixed.

Installation

  1. Install XAMPP or WAMPP.

  2. Start XAMPP or WAMPP.

  3. git clone https://github.com/batuhan-basoglu/Cool-Shopping-Site.git

  4. extract files htdocs in your XAMPP or WAMPP installation folder.

  5. open https://localhost/phpmyadmin

  6. click "new".

  7. create a database named storedatabase.

  8. click import.

  9. open [Cool-Shopping-Site/database/storedatabase.sql].

  10. open any browser and type https://localhost/Cool-Shopping-Site.

Accounts

There are bugs with creating any user but here are some existing users.

Mirrors

GitHub GitLab Codeberg Forgejo

Author

Made by Batuhan Başoğlu