It is a super simple URL shortner that does only one thing. It is idiot proof and super intuitive to use. More features will be added later, with very careful considerations.
I am yet to figure out some ways to host it for free. You can aslways clone it and try to run it. But for now here is the video. Screencast from 01-11-23 11:12:31 AM IST.webm
I have also pushed the venv, Activate it or incase it does not work, please look for requirement.txt. Or look for Dependencies imported in the app.py incase of missing requirements.txt.
python 3.10.12
cd QuickLink
source venv/bin/activate
python3 init_db.py
flask run
incase of venv not working
pip install flask hashids sqlite3