ran-jit / url-shortener

WIP - URL Shortening service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

URL Shortener

URL shortening is used to generate short aliases for long URLs. Users will redirect to the original URL when they hit short links. Also, these short links simplify a lot of spaces while sharing the message. Additionally, users are less likely to mistype shorter URLs.

For example,
     https://blog.ranmanic.in/opensource

we would get,
     https://rm.in/os

It is used to optimize links across devices, tracking individual links and, hiding affiliated original URLs.

System Design

          URL Shortener

System Configuration

updated soon..

About

WIP - URL Shortening service

License:GNU General Public License v3.0


Languages

Language:Java 100.0%