A simple URL shortening service written in Flask using dynamic routing and a custom hashing protocol.
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
.