Skip to content

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.

License

Rizwan-Hasan/Flask-URL-Shortener-Application

Repository files navigation

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks