coffee-machine

Lightweight app simulating a coffee maker. Meant to test infrastructure. Has ports in Go, NodeJS, and soon in .NET Core.

Codefresh build status

Building

Each port contains a Dockerfile. cd to the appropriate directory and run

docker build . -t coffee-machine

The resulting image can then be run with

docker run -it --rm -p 9090:9090 coffee-machine

This API can be reached at http://localhost:9090/coffee