Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 302 Bytes

File metadata and controls

8 lines (6 loc) · 302 Bytes

URLShortener

  • A small web application that can be used to minify a long URL to a small URL of length 0 - 7, with rest API's.

TECH STACK & ALGORITHM

  1. Spring Boot
  2. Derby Database [Production Grade Application might use NoSQL for this use case to scale well]
  3. Base62 encoding and Decoding