Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 584 Bytes

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