This project is the source code of alamirault/fftt-api.
Run docker environment
docker compose up -d
Go inside container
docker exec -it fftt-api-src-php-1 bash
Install dependencies
composer i
Run tests (phpunit, php-cs-fixer, phpstan)
composer tests