/twitter

Primary LanguageGo

Tweetserver

API documentation

Building

Build image

$ make

To specify image version:

$ TAG=1.0 make

Push image

$ make push

Running tests

Unit tests

$ cd $GOPATH/github.com/ozapinq/twitter/
$ go test ./...

Functional API tests

$ kubectl delete -f k8s/tester.yaml & kubectl apply -f k8s/tester.yaml