phpMvcJqueryCrud

#####REQUIREMENTS

-PHP 5.6 or later and Composer

Clone:

Create dataBase

Import Sql : sqlDump.sql

#####Db config

#####Con.php

("mysql:host=localhost;dbname=tiago_teste", "root", "password");

$ cd phpMvcJqueryCrud 

$ composer.phar install

$ cd public/

$ php -S localhost:8080