This application can be tested with docker, or by using cli command
$ docker-compose up -d --buildAt this point, you can visit http://localhost:8080 to see the site running.
- You can use php public/www/index.php hello-world --name=Christophe should return "Hello Christophe"
- You can ommit parameter '--name', it will return "Hello Unknown"
- 2 Entities are created : Library and Book, Obviously, there is a many to many relation between Book and Library