Skip to content

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

Notifications You must be signed in to change notification settings

bhargav2427/url-shortner

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published