REST API to manage books
Composer : https://getcomposer.org/
Symfony CLI : https://symfony.com/download
- Clone the git repo
- Install dependencies :
composer install
- Create Database :
php bin/console doctrine:database:create
- Launch migrations :
php bin/console doctrine:migrations:migrate
- Launch fixtures :
php bin/console doctrine:fixtures:load
- Start the server :
composer start-server
orsymfony server:start
- The app should be available at http://127.0.0.1:8000/
- Insomnia export to test the api available at
resource/Insomnia export.json
- PHPStan :
composer phpstan
- PHPUnit :
vendor/bin/phpunit