Online store for board games and entertainment products.
Project was made as a Step Academy PHP-Course examination project
- Install XAMPP
- Clone the project in
C:\xampp\htdocs
- Put the following code at the end of
C:\xampp\apache\conf\httpd.conf
<VirtualHost *:80>
DocumentRoot "C:\xampp\htdocs\PHP-Online-Store\public_html"
ServerName localhost
ServerAlias localhost
<Directory "C:\xampp\htdocs\PHP-Online-Store\public_html">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
- Start MySQL service in XAMPP and click admin to open phpMyAdmin
- Run
this
sql query in phpMyAdmin
- Start apache server in XAMPP and click admin