Skip to content

manisoni28/Restaurant-PHP-mySQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###PHP project 9.22.2016

By Matthew Brandenburg

Description

A car dealership application. You can buy cars mostly.

Contact Info

Contact the creator, Matthew Brandenburg, at matt.bran87@gmail.com.

Setup/Installation Requirements

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

Specifications

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

Known Bugs

None yet

Technologies Used

  • PHP
  • Silex
  • Twig
  • Bootstrap
  • MySql

License

This webpage is licensed under the GPL license.

Copyright (c) 2016 Matthew Brandenburg

About

php, mysql, databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages