API for hotel services.
git clone https://github.com/allitov/hotel-api.git
cd hotel-api
docker-compose --file ./docker/docker-compose.yaml up -d
docker-compose --project-name="hotel-api" down
docker-compose --file ./docker/docker-compose-env.yaml up -d
docker-compose --project-name="hotel-api-env" down
To familiarize yourself with the application's API and see example queries, you can refer to the interactive Swagger documentation (available only after launching the application).