Single page application using Laravel as PHP backend framework and Backbone as frontend.
Underscore as template system and Grunt for JS workflow tasks.
git clone https://github.com/WyrmxD/av_codetest.git
av_codetest$ composer install
av_codetest$ php artisan migrate
av_codetest$ grunt
av_codetest$ ./run_server.sh
Unit testing for Annotation controller as RESTful API.
av_codetest$ phpunit
```