Report Manager in PHP and AngularJS
A simple SPA (Single Page Application) in AngularJS with REST API (using PHP ).
This app can be used to fill in daily timesheet (work hours, tasks, etc) and mail to your manager, etc.
- PHP 7+, MySQL, Apache or Nginx (Install XAMPP to get them all)
- composer
- Modern web browser like Chrome or Firefox
- Update
config/db.yaml
with database connection parameters (likeusername
,host
,password
, etc) - Create a database with the same name as value of
dbname
inconfig/db.yml
- Run
composer install
(database schema shall update automatically as the script for updating schema is included incomposer.json
) - Update
email
parameters inconfig/email.yaml
- For IE support, replace
scripts.js
withscripts_ie.js
inindex.html