Golang Appplication Using Docker
Prepare necessary environemt by rename config.example to config.yml
Create golang app container
docker-compose up
Hit transactions API
curl --location --request GET 'http://localhost:{appPort}/api/transactions' --header 'Content-Type: application/json'