Skip to content

This converts url submitted by user into string of 6 characters combined with the url i.e. 127.0.0.1:8000. Checkout this live at https://clipmyurl.herokuapp.com

Notifications You must be signed in to change notification settings

PiyushKhanna30/URL_Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

URL_Shortener

The URL_Shortener is prepared using:

django html5,css3 Bootstrap 3

The URL_Shortener convert the url submitted by user into string of 6 characters that includes [a-z,0-9,A-Z]. This is then combined with the url i.e. 127.0.0.1:8000. And the resultant url when used redirects user to the original url.

Example: Url submitted by user : https://github.com/PiyushKhanna30/ Short code generated : i9GnKg Output url : http://127.0.0.1:8000/i9GnKg

Checkout live project at : https://clipmyurl.herokuapp.com

About

This converts url submitted by user into string of 6 characters combined with the url i.e. 127.0.0.1:8000. Checkout this live at https://clipmyurl.herokuapp.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published