UnShort - Link

This is a simple web-app that UnShortens shortened link.

It can be Self-Hosted.

It is built with FastApi and deployed on Vercel

Setup

  1. Clone the repository

  2. Make a virtualenv

    virtualenv 3.8.5 #can use any environment
  3. Install requirements

    pip install -r requirements.txt
  4. Run it

    uvicorn app:app --reload
  5. It's done. You can deploy it anywhere

Deploy

Deploy with Vercel