This is a simple web-app that UnShortens shortened link.
It can be Self-Hosted.
It is built with FastApi and deployed on Vercel
-
Clone the repository
-
Make a virtualenv
virtualenv 3.8.5 #can use any environment
-
Install requirements
pip install -r requirements.txt
-
Run it
uvicorn app:app --reload
-
It's done. You can deploy it anywhere