This is a simple Golang application that is used for demo purposes in Cloud Native Turkey live session.
# prepare local environment
docker-compose up -d
# run
go run .
# build
docker buildx build --platform linux/amd64 --push -t alperreha/cn-turkey-demo:1.0.0 .
# push
docker push alperreha/cn-turkey-demo:1.0.0