Url shortener written in Go.
Uses BoltDB
You can change urlshortener domain (p.io by default) by editing docker-compose.yml URLSHORTENER_DOMAIN
environment variable
This will build and run urlshortener API at http://localhost:
$ docker-compose up -d
PUT /add
{"url": "http://www.example.com/test"}
{"url": "p.io/fsDETr"}