An API Platform decoupling implementation example
-
Clone the repository
-
Install dependencies:
composer install- Setup databases:
bin/console doctrine:schema:update --force
bin/console doctrine:schema:update --force --env testStart the Symfony development server:
symfony server:startThen, play with your app at http://127.0.0.1:8000/api
php bin/phpunit