Best Flask open-source libraries and packages

Flask URL Shortener Application

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.
Updated 2 years ago

Flask URL Shortener Application

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.

Database Schema

Deploying

Just use docker

docker-compose up

Screenshot

Homepage

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT