In order to get started spin up the containers, and install project dependencies.
# Docker containers up
# Install project dependencies
# Doctrine migrations
# Store active bookings from PMS faker
$ make inithttp://localhost:8080/health-check
http://localhost:8080/active-bookings/hotel/{hotel}/room/{room}
Required params:
- hotel -> Stay hotel ID
- room -> Number of hotel room
Method: GET
#outside docker container
$ make test
#inside fpm container
$ make run-tests