Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 434 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 434 Bytes

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