-
Clone the repository
git clone git clone [email protected]:julianbustamante/super-shoes.git
-
Download dependencies through composer
composer install
-
Create the database schema use:
php bin/console doctrine:schema:create
-
Create the fixtures data use:
php bin/console doctrine:fixtures:load
You can browse the whole API documentation at: http://yourdomain/services/doc
To run the tests install PHPUnit 3.7+ and call:
phpunit -c app/