A shopping site like Amazon made with PHP
.github | ||
admin | ||
css | ||
database | ||
fonts | ||
img | ||
js | ||
product_images | ||
.gitattributes | ||
_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 | ||
homeheader.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 SQL.
Note: Payment provider doesn't work. Also the code has security vulnerability against SQL injection.
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
Here are some existing users for login
-
Admin:
- E-Mail: admin@domain.com
- Password: 123456789
-
User 1:
- E-Mail: user@domain.com
- Password: password
Mirrors
Author
Made by Batuhan Başoğlu