/url-unshortener

A simple URL expander/unshortener written in Python and FastAPI

Primary LanguageHTML

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