Skip to content

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.

Notifications You must be signed in to change notification settings

sahaib9747/DUShort-Django_URL_Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published