Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 486 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 486 Bytes

URL Shortener

A simple URL shortening service written in Flask using dynamic routing and a custom hashing protocol.

How to Install

Install all dependencies for the app from the requirements.txt file using:

pip3 install -r requirements.txt

Activate the virtual environment, and then run:

python3 app.py

The app would be live on port 5500, unless specified otherwise under the driver code in app.py.

Made and developed by Harsh Arora.