Todo microservice written in Go and uses Go-Kit
// Use Go 1.11 Modules
export GO111MODULE=on;
// Build TodoService binary
go build
./TodoService
TodoService will start a http server on the port specified in by Environment variable PORT, which defaults to 8000.
NOTE: Curently TodoService is an in memory service