Skip to content

A Simple URL Shortener service that takes the hash of the original URL and encodes it into base62 to generate a shortened URL.

Notifications You must be signed in to change notification settings

aksh-02/URL-Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URL-Shortener

A Simple URL Shortener service that takes the hash of the original URL and encodes it into base62 to generate a shortened URL.

Currently the Service is very basic and uses a map but this is not very feasible in production, so a database is to be connected.

About

A Simple URL Shortener service that takes the hash of the original URL and encodes it into base62 to generate a shortened URL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published