Proof of concept URL shortener project using Go, etcd and docker.
go
installeddocker
installed
To run out of the box, do the following:
cp example-config.toml config.toml
docker-compose up
- Navigate to localhost:8000 and the web page should appear.