Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

fest-research/demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo

Simple demo application that represents the back-end of a web shop.

Running instance here

Deploy to Kubernetes

$ kubectl create -f https://raw.githubusercontent.com/fest-research/demo/master/assets/demo-deployment.yaml

Build

First set the GOPATH environment variable see [https://golang.org/doc/code.html]

# install dependencies
go install

# build binaries
go build -o bin/demo

Run the binary with ./bin/demo

Build Container

# build
docker build docker build -t my-demo .

# run
docker run --net=host my-demo

# push
docker push my-demo

Travis

Travis CI: [https://travis-ci.org/fest-research/demo]

REST API

# add message to backend
/push/<value> 

# clear all messages
/clear

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors