This is a sample service oriented application built on the Joomla! Framework. It consists of two main parts: a Joomla! Services application and a client application built on the Angular javascript framework.
Installation requires Composer.
- Clone the repo to a location on your disk.
- Run
composer install
at the repository root. - Create a symbolic link into your doc root for the www directory. i.e.
ln -s /path/to/www /path/to/docroot/todo