Brenden2008 / git.taxi

The git.taxi service is a link shortener like git.io powered by deta.sh.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The git.taxi service is a link shortener like git.io powered by deta.sh.

License:MIT License


Languages

Language:HTML 26.4%Language:CSS 25.7%Language:JavaScript 25.1%Language:Python 22.8%