Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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