An open API service indexing awesome lists of open source software.

https://github.com/faizanakram99/reportmanager

A simple SPA (Single Page Application) in AngularJS with REST API (using PHP )
https://github.com/faizanakram99/reportmanager

angularjs database doctrine-orm email http-foundation mysql php rest-api single-page-app

Last synced: about 1 month ago
JSON representation

A simple SPA (Single Page Application) in AngularJS with REST API (using PHP )

Awesome Lists containing this project

README

          

# ReportManager
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.

Requirements
-------------
- PHP 7+, MySQL, Apache or Nginx (Install [XAMPP](https://www.apachefriends.org/download.html) to get them all)
- [composer](https://getcomposer.org/download)
- Modern web browser like Chrome or Firefox

Instructions
----------------
- Update `config/db.yaml` with database connection parameters (like `username`, `host`, `password`, etc)
- Create a database with the same name as value of `dbname` in `config/db.yml`
- Run `composer install` (database schema shall update automatically as the script for updating schema is included in `composer.json`)
- Update `email` parameters in `config/email.yaml`
- For IE support, replace `scripts.js` with `scripts_ie.js` in `index.html`