https://github.com/radeeyate/url-unshortener
A simple URL expander/unshortener written in Python and FastAPI
https://github.com/radeeyate/url-unshortener
fastapi unshorten url-unshortener
Last synced: 12 months ago
JSON representation
A simple URL expander/unshortener written in Python and FastAPI
- Host: GitHub
- URL: https://github.com/radeeyate/url-unshortener
- Owner: radeeyate
- Created: 2023-06-03T14:53:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-04T12:08:53.000Z (about 3 years ago)
- Last Synced: 2025-02-28T11:00:23.487Z (over 1 year ago)
- Topics: fastapi, unshorten, url-unshortener
- Language: HTML
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# url-unshortener
A simple URL expander/unshortener written in Python and FastAPI.
To run, do this:
```sh
git clone https://github.com/radeeyate/url-unshortener.git
pip install fastapi uvicorn requests
uvicorn main:app
```