Simple demo application that represents the back-end of a web shop.
Running instance here
$ kubectl create -f https://raw.githubusercontent.com/fest-research/demo/master/assets/demo-deployment.yamlFirst set the GOPATH environment variable see [https://golang.org/doc/code.html]
# install dependencies
go install
# build binaries
go build -o bin/demoRun the binary with ./bin/demo
# build
docker build docker build -t my-demo .
# run
docker run --net=host my-demo
# push
docker push my-demo
Travis CI: [https://travis-ci.org/fest-research/demo]
# add message to backend
/push/<value>
# clear all messages
/clear