BOT LINK: https://t.me/HotelBookingServiceBot
- Docker
- PostgreSQL
- Golang
- Prometheus
- Jaeger
- Keycloak
- Kafka
- telegram-bot-api
In project REST API is used to ensure user interaction with the system.
- Ensure that Docker is installed
- Fill .env file like in .env-example
- Run
docker compose up -d --build
or justmake build
if makefile is installed in your system
To check logs docker compose logs <container-name>