A shopping site like Amazon made with PHP
.github | ||
admin | ||
css | ||
database | ||
fonts | ||
img | ||
js | ||
product_images | ||
_config.yml | ||
action.php | ||
body.php | ||
cart.php | ||
checkout.php | ||
checkout_process.php | ||
config.php | ||
db.php | ||
error.php | ||
footer.php | ||
header.php | ||
homeaction.php | ||
index.php | ||
LICENSE.md | ||
login.php | ||
logout.php | ||
myorders.php | ||
newslettter.php | ||
offersmail.php | ||
order_successful.php | ||
package-lock.json | ||
payment_success.php | ||
product.php | ||
products.php | ||
README.md | ||
register.php | ||
review.php | ||
review_action.php | ||
signin_form.php | ||
signup_form.php | ||
store.php | ||
topheader | ||
wishlist.php |
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
-
Install XAMPP or WAMPP.
-
Start XAMPP or WAMPP.
-
git clone https://github.com/batuhan-basoglu/Cool-Shopping-Site.git
-
extract files htdocs in your XAMPP or WAMPP installation folder.
-
click "new".
-
create a database named storedatabase.
-
click import.
-
open [Cool-Shopping-Site/database/storedatabase.sql].
-
open any browser and type https://localhost/Cool-Shopping-Site.
Accounts
There are bugs with creating any user but here are some existing users.
-
Admin:
- E-Mail: admin@gmail.com
- Password: 123456789
-
User 1:
- E-Mail: sample@gmail.com
- Password: password
Mirrors
Author
Made by Batuhan Başoğlu