Shortlink is a clean and simple url shortener project built with Flask. It is designed to be fast, secure, and deployment-ready.
- Autogenerated slugs for quick shortening
- Built-in redirection logic
- HTTPS supported
- Lightweight and deployable
Clone Shortlink repository.
git clone https://github.com/heyharshitrai/Shortlink.git
Navigate to Shortlink folder
cd shortlink
Install requirements
pip install -r requirements.txt
Run app.py
python run app.py