MTS HSSE Go project. Booking system


Scheme of project

scheme

Stack of technology

  • Docker
  • PostgreSQL
  • Golang
  • Prometheus
  • Jaeger
  • Keycloak
  • Kafka
  • telegram-bot-api

In project REST API is used to ensure user interaction with the system.

API

Get started

  1. Ensure that Docker is installed
  2. Fill .env file like in .env-example
  3. Run docker compose up -d --build or just make build if makefile is installed in your system

To check logs docker compose logs <container-name>