A cinema that plays James Bond films exclusively.
GET /bookings
POST /bookings
{
"name": "John Doe",
"film": "Skyfall",
"datatime": "2022-10-19"
}
docker-compose build
docker-compose up
docker exec server ./vendor/bin/phpunit -c phpunit.dist.xml