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 )
- Host: GitHub
- URL: https://github.com/faizanakram99/reportmanager
- Owner: faizanakram99
- Created: 2017-02-08T19:36:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T09:24:56.000Z (over 8 years ago)
- Last Synced: 2025-03-25T18:44:08.261Z (about 1 year ago)
- Topics: angularjs, database, doctrine-orm, email, http-foundation, mysql, php, rest-api, single-page-app
- Language: PHP
- Homepage:
- Size: 358 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`