Cool-Shopping-Site/README.md

52 lines
1.6 KiB
Markdown
Raw Normal View History

2024-05-17 20:57:41 +00:00
# Cool Shopping Site
A cool shopping site made using PHP, CSS, Javascript and MySQL.
2024-06-10 00:59:57 +00:00
Note: Adding to Carts needs to be modified. Also the code has security vulnerability against SQL injection so the SQL code needs to be improved.
2024-05-17 20:57:41 +00:00
# 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
2024-06-08 13:54:05 +00:00
Here are some existing users for login
2024-05-17 20:57:41 +00:00
* Admin:
2024-06-08 20:35:17 +00:00
* E-Mail: admin@domain.com
2024-05-17 20:57:41 +00:00
* Password: 123456789
* User 1:
2024-06-08 20:35:17 +00:00
* E-Mail: user@domain.com
2024-05-17 20:57:41 +00:00
* Password: password
# Mirrors
[![GitHub](https://img.shields.io/static/v1?logo=github&label=&message=GitHub&color=000&style=for-the-badge)](https://github.com/batuhan-basoglu/Cool-Shopping-Site)
[![GitLab](https://img.shields.io/static/v1?logo=gitlab&label=&message=GitLab&color=000&style=for-the-badge)](https://gitlab.com/batuhan-basoglu/Cool-Shopping-Site)
[![Codeberg](https://img.shields.io/static/v1?logo=codeberg&label=&message=Codeberg&color=000&style=for-the-badge)](https://codeberg.org/batuhan-basoglu/Cool-Shopping-Site)
[![Forgejo](https://img.shields.io/static/v1?logo=forgejo&label=&message=Forgejo&color=000&style=for-the-badge)](https://git.batuhan.basoglu.co/batuhan-basoglu/Cool-Shopping-Site)
# Author
Made by Batuhan Başoğlu