Categorygithub.com/Inspirate789/SOK-golang-test-task
module
0.0.0-20230326205901-b0885ccaddf2
Repository: https://github.com/inspirate789/sok-golang-test-task.git
Documentation: pkg.go.dev

# README

SOK-golang-test-task

Simple transaction server based on Golang web server, PostgreSQL and Apache Kafka

Run with docker compose:

CUR_IP=$(nmcli device show | grep IP4.ADDRESS | head -1 | awk '{print $2}' | rev | cut -c 4- | rev)
HOST_IP=$CUR_IP docker-compose -f docker-compose-kafka.yml up -d
HOST_IP=$CUR_IP docker-compose up -d --build

It will build and run the API and 2 Worker inside the docker.

# Packages

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