** UNDER DEVELOPMENT **
Sample project by Jose Gleiser
- Database abstraction through PDO, used with MySQL in this project.
- RESTfull Api developed with PHP slimframework
- Frontend and Ajax done with jQuery
Developed under
- PHP 5.6.25
- MySQL Community Server 5.7.14
Requirements
Install
- Configure database dns and auth data in src/config/database_data.php
- Import file sql/time_manager.sql to create the tables in MySQL
- Inside the project path, install slim, php-view and monolog with composer using the file composer.json
composer install - Change the path to <project_path>/public and start a php server
php -S localhost:8080 - Open your browser and go to http://localhost:8080/