/upgraded-broccoli

(Archived) End-to-end hello-world webapp in Go with Kubernetes deployment (2019 era).

Primary LanguageGo

Upgraded Broccoli - Minimal Golang Webapp

Let's write some code together - a minimal hello-world webapp using net/http, that deploys to Kubernetes.

Archival

Wrote this during a workshop at Gophercon 2019 in Tenerife - archived and not actively developed.

Running

How to run tests:

`make test`

How to build a binary:

`make build`

How to run a binary:

`PORT=8080 ./bin/tenerife`