A lightweight link shortener built with Go and Redis.
Shorten a link
Example body
{
"url": "http://example.com"
}
Example response
{
"id": "1Dfu27E9nYr27l0Y"
}
Redirects to the url mapped to the id or returns 404 page not found
.
This project was intended as a demo-project, there may be hickups, bugs and roadblocks.
MIT