- clone this repository:
git clone https://github.com/myrtosh/httpservice
- run:
cd httpservice
- run:
make docker
- point a browser at http://localhost:8080/helloworld which returns Hello Stranger!
- point a browser at http://localhost:8080/helloworld?name=AlfredENeumann (or any filtered value) which returns Hello Alfred E Neumann
- point a browser at http://localhost:8080/versionz which returns a JSON with git hash and name of the project