Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 224 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 224 Bytes

url-unshortener

A simple URL expander/unshortener written in Python and FastAPI.

To run, do this:

git clone https://github.com/radeeyate/url-unshortener.git
pip install fastapi uvicorn requests
uvicorn main:app