Skip to content

sarvesh4396/unshortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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