INSTALLATION:
- clone the files into desired directory
- run composer install to install all the dependencies
TESTING:
- from root directory, run "php vendor/phpunit/phpunit/phpunit tests"
DIRECTORY STRUCTURE:
- assets/css : custom CSS files
- assets/js : custom JS files
- src : custom PHP files
- tests : PHPUnit test cases
- vendor : third party components and dependencies
- index.html : main html file
- response.php : frontend javascript communicates with this file
Frontend frameworks used:
- AngularJS 1.6.4
- Bootstrap 4 beta