A dockerized Booking API server Includes Golang API docker image + Postgres DB docker image Both containers are linked with Docker compose Includes Postman Collection file to test which requires base_url Requirements Docker should be installed on the device Twilio account with SMS service Set up server Clone the repository Fill .env file with the three necessary env variables Go inside the repository where docker-compose.yml exists Run docker compose up -d to start both API and DB containers