A Locally Hosted URL Shortener using Flask.
- Shorten long URLs locally
- Flask-based backend for simplicity
- Easy to deploy and run on local servers
- Clone this repository:
git clone git@github.com:samarjal/nano-url.git- Navigate into the project directory:
cd nanourl- Install the required dependencies:
pip install -r requirements.txt - Run the Flask app:
python3 app.py- Open your browser and go to http://127.0.0.1:5500 to start using the URL shortener.