Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 781 Bytes

File metadata and controls

29 lines (21 loc) · 781 Bytes

Git.taxi Powered By MiniShort

A simple URL shortener in Python on Deta

Now on Deta Space

Thank you dedomil

Technologies Used

  • FastAPI
  • Deta

Dependencies

  • FastAPI
  • aiofiles
  • jinja2

How it works

You open the main site and enter your URL in the form. When you press submit, JavaScript takes care of making an asynchronous request to the underlying server which calls Deta Base to add the URL to the Base. When you make a request to a short URL, it looks for that which matches in the database and responds with a RedirectResponse to the target

Live app here

Live a star if you like this

Made by Brenden Stahle, Based on MiniShort