Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 543 Bytes

readme.md

File metadata and controls

19 lines (16 loc) · 543 Bytes

INSTALLATION:

  1. clone the files into desired directory
  2. run composer install to install all the dependencies

TESTING:

  1. 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:

  1. AngularJS 1.6.4
  2. Bootstrap 4 beta