Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 487 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 487 Bytes

About

The URL shortening application, the process of this application is that it takes a URL and saves the URL to a database using an UUID, then it returns to the user a combination of root URL and UUID, requests from that URL it just redirects to the original URL.

Features

  • URL Shortening
  • Lifetime Access

How to run ?

  • install python 3.8.10
  • create virtualenv
  • install all required modules from the requirements.txt file
  • setup the database
  • run the server
  • enjoy