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.txtActivate the virtual environment, and then run:
python3 app.pyThe app would be live on port 5500, unless specified otherwise under the driver code in app.py.