Cuisine Me!

Similar to a TO DO list, Cuisine Me lets you add your favorite dishes and display the restaurants within them, August 19th, 2015

By Sam Martinez and Dana Sharman

Description

Cuisine Me is an application that allows you to add a dish (or cuisine) into the app and within that dish(or cuisine) you're able to add a list of restaurants underneath that cuisine on a separate page.

Setup

  • Clone repo from github
  • run composer install
  • run apachectl start within terminal
  • run MYSQL server using SQL -uroot and -proot
  • run php -S localhost:8000

Technologies Used

  • Silex
  • Twig
  • PHPUnit
  • PHP
  • MAMP
  • MySQL

Legal

Copyright (c) 2015 {Sam Martinez and Dana Sharman}

This software is licensed under the MIT license.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.