There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.