Available endpoints:
GET /book/
GET /book/{id}
composer update
You can execute composer run
to start a local php server at port 8000
composer run
or expose /public
to your webserver.
You can access the book controller using GET http://localhost:8000/book/
request.
Test code for errors
composer test
Lint code using PSR-2 coding style
composer lint