## Link shortener this project is a tiny flask implementation that automatically generates shortened links for any url. If you're on a website, `add short.maenle.tech` to the beginning of the url, and the flask app returns a shortened url that it saves in a json file on the server and forwards to the original url when accessed. ## Further Todos - add https encryption - add uWSGI - use sqlite3 instead of json