- Install Golang first, kindly read https://golang.org/doc/install
- Install all packages required with
go mod download
- Create file
config.yaml
on directorycmd/
based on example format incmd/config.example.yaml
and fill the configuration as yours. - Launch the file with
go run main.go
Can be downloaded here
- Add Dockerfile and docker-compose