sfcon-apip
sfcon-apip copied to clipboard
API Platform, the good way
An API Platform decoupling implementation example
Installation
-
Clone the repository
-
Install dependencies:
composer install
- Setup databases:
bin/console doctrine:schema:update --force
bin/console doctrine:schema:update --force --env test
Usage
Development Server
Start the Symfony development server:
symfony server:start
Then, play with your app at http://127.0.0.1:8000/api
Running Tests
php bin/phpunit