###PHP project 9.22.2016
A car dealership application. You can buy cars mostly.
Contact the creator, Matthew Brandenburg, at matt.bran87@gmail.com.
- Clone the program from its github repository
- Navigate to the project directory in a command line software.
- start up MAMP
- Type: "cd web" to move into the "web" folder.
- Type: "php -S localhost:8000" to create a local server for the project
- Open the browser of your choice and type in this URL to load the project: "localhost:8000"
### create an entry for a type of cuisine
* input: Thai
* output: Thai
### retrieve cuisine name by id number
* input: id = 1
* output: Thai
### modify an existing cuisine name
* input: Northern Thai
* output: Northern Thai
### delete an existing cuisine
* input: delete Northern Thai
* output: deleted
### retrieve list of all cuisines
* input: retrieve command
* output: Northern Thai, Italian, Mexican
### delete all cuisines
* input: delete all command
* output: deleted all cuisines
### show list of all restaurants for a single cuisines
* input: Thai
* output: Taste of Thai, Thunder Thai, Thai Me Up
None yet
- PHP
- Silex
- Twig
- Bootstrap
- MySql
This webpage is licensed under the GPL license.
Copyright (c) 2016 Matthew Brandenburg