- Run
bower install
in root directory - Run
php composer.phar install
inapi
folder - Install MySQL schema from
init.sql
file - Copy and edit
api/config.php.sample
toapi/config.php
- Start server from main folder with
php -S localhost:8080
- Visit website in http://localhost:8080