Skip to content

PlaySphere - online store for board games and entertainment products. Step Academy PHP-Course examination project

Notifications You must be signed in to change notification settings

Qonus/PHP-Online-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
<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>

Step 2: Database

  1. Start MySQL service in XAMPP and click admin to open phpMyAdmin
  2. Run this sql query in phpMyAdmin

Step 3: Running

  1. Start apache server in XAMPP and click admin

About

PlaySphere - online store for board games and entertainment products. Step Academy PHP-Course examination project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published