Skip to content

sinnott74/TodoService

Repository files navigation

TodoService

Todo microservice written in Go and uses Go-Kit

Build

// Use Go 1.11 Modules
export GO111MODULE=on;

// Build TodoService binary
go build

Run

./TodoService

TodoService will start a http server on the port specified in by Environment variable PORT, which defaults to 8000.

NB!

NOTE: Curently TodoService is an in memory service

About

Todo Microservice written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published