Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qonus/php-online-store
PlaySphere - online store for board games and entertainment products. Step Academy PHP-Course examination project
https://github.com/qonus/php-online-store
mysql online-store php
Last synced: 3 months ago
JSON representation
PlaySphere - online store for board games and entertainment products. Step Academy PHP-Course examination project
- Host: GitHub
- URL: https://github.com/qonus/php-online-store
- Owner: Qonus
- Created: 2024-07-19T19:48:51.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-20T16:32:57.000Z (4 months ago)
- Last Synced: 2024-10-12T02:27:52.048Z (3 months ago)
- Topics: mysql, online-store, php
- Language: PHP
- Homepage:
- Size: 167 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PlaySphere
Online store for board games and entertainment products.
Project was made as a Step Academy PHP-Course examination project
# Instructions
## Prerequisites
1. Install XAMPP
## Step 1: Initialization
1. Clone the project in `C:\xampp\htdocs`
2. Put the following code at the end of `C:\xampp\apache\conf\httpd.conf````
DocumentRoot "C:\xampp\htdocs\PHP-Online-Store\public_html"
ServerName localhost
ServerAlias localhost
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
```
## Step 2: Database
1. Start MySQL service in XAMPP and click admin to open phpMyAdmin
2. Run [`this`](https://github.com/Qonus/PHP-Online-Store/blob/main/my_database.sql) sql query in phpMyAdmin## Step 3: Running
1. Start apache server in XAMPP and click admin