Skip to content

jgleiser/time-manager-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Management App

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

  1. Configure database dns and auth data in src/config/database_data.php
  2. Import file sql/time_manager.sql to create the tables in MySQL
  3. Inside the project path, install slim, php-view and monolog with composer using the file composer.json composer install
  4. Change the path to <project_path>/public and start a php server php -S localhost:8080
  5. Open your browser and go to http://localhost:8080/

About

Simple time manager app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published