URL shortening web app built using Flask. It uses the base26 algorithm (derived from base62) for shortening URL, MySQL for database, and also Redis for caching.
Just use docker
docker-compose up
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.