bhargav2427 / url-shortner

A Flask based web app to shorten a URL and shows statistics of it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url-shortner

  • Shortens URLs to a default 3-digit prefix using a random character and letter combination.
  • All data is stored in a single sqlite3 database.
  • 3 Digits which are added at last are Case Sensitive and as per requirements we can change length 3 to any integer.
  • A stats page show all url and visits through shorten url.
  • Authentication is made.
  • To install dependencies try pip install requirments.txt

About

A Flask based web app to shorten a URL and shows statistics of it.


Languages

Language:HTML 54.5%Language:Python 45.5%