bckr.link - a simple link shortener (aka an excuse to learn Rust)

┌─────────────────┬──────────────────────────────┐
│ Endpoint        │ tl;dr                        │
├─────────────────┼──────────────────────────────┤
│ GET /           │ <YOU ARE HERE>               │
├─────────────────┼──────────────────────────────┤
│ POST /shorten   │ Create a short URL           │
├─────────────────┼──────────────────────────────┤
│ GET /{shortUrl} │ Redirect to the original URL │
└─────────────────┴──────────────────────────────┘

See /docs for more info