Simple rest API for demonstration Funker functional testing toolkit capabilities. Basically a short version of Blog task, implementing several endpoint. See http://localhost/api/doc for the full list of endpoints.
- Docker desktop
- docker compose up -d
- docker compose exec app composer install
- docker compose exec app php bin/console doctrine:database:create -e test -n
- docker compose exec app php bin/console doctrine:schema:update -e test -f
- docker compose exec app php vendor/bin/phpunit
- Security: authentication, additional authorization etc.
- Pagination