#ReeneeURL
A quick and dirty URL shortener using Flask and sqlite.
#TODO
- Better handle "relative" long URLs. E.g., currently a long URL that looks like
"google.com" will redirect to "<app url>/google.com" instead of "http://google.com".
- Move fragments to jinja templates.