# 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
- Clone the repository
- Build the Docker images
docker compose build
- 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 ./...