Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stacksapien/yum-pizzas
Just another Food Ordering Application using PHP
https://github.com/stacksapien/yum-pizzas
food-ordering php pizzas
Last synced: 18 days ago
JSON representation
Just another Food Ordering Application using PHP
- Host: GitHub
- URL: https://github.com/stacksapien/yum-pizzas
- Owner: stacksapien
- Created: 2020-04-09T20:01:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T09:51:05.000Z (almost 5 years ago)
- Last Synced: 2023-10-05T07:04:29.606Z (over 1 year ago)
- Topics: food-ordering, php, pizzas
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yum-Pizzas
Just another Pizza Ordering Application using PHP. It's a small bootcamp application I started for introduction to PHP myself.### Pre-Requisite
- XAMPP Server
- Linux/ Windows### Installation
- Install XAMPP Server from here : https://bitnami.com/stack/xampp
- Run the XAMPP Server. Start Apache & PhpMyAdmin Application
- Access PhpMyAdmin, `https://localhost/phpmyadmin` :
- Enter your username & password that you set up for MySQL.
- Import the `yum_pizzas.sql` in phpMyAdmin.
### Execution
- Run the XAMPP Server. Start Apache & PhpMyAdmin Application
- Clone the directory in `YOUR_XAMPP_PATH\xampp\htdocs`.
- Access the site on `https://localhost/yum-pizzas`