/url-shortener

This app is based on FastAPI framework. It allows users to create short URL for provideded full url address, track how many times this short url was clicked and to delete it. At this stage of development API is allowed for any user.

Primary LanguagePython

-- in development --

API created with FastAPI framework

Planned functionalities:

  • shorten long links and create a short URL easy to share on sites
  • generate QR codes
  • and more...