Categorygithub.com/KPI-team-labs/architecture-lab-4
repository
0.0.0-20240602164656-13adc9a352d5
Repository: https://github.com/kpi-team-labs/architecture-lab-4.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Balancer

Prerequisites

  • Go 1.22
  • Docker

Building the Project

  1. Clone the repository
  2. Build the Docker images
docker compose build
  1. Run the Docker containers
docker compose up

Running the Tests

docker-compose -f docker-compose.yaml -f docker-compose.test.yaml up --exit-code-from test

Running the Unit Tests

go test -v ./...