Skip to content

danisbagus/dockerize-golang

Repository files navigation

dockerize-golang

Golang Appplication Using Docker

Setup

Prepare necessary environemt by rename config.example to config.yml

Create golang app container

docker-compose up

Testing

Hit transactions API

curl --location --request GET 'http://localhost:{appPort}/api/transactions' --header 'Content-Type: application/json'

About

Go application using docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published