Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 860 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 860 Bytes

linkr

Little reactive service to make URLs tiny

Features

  • URL shortener
  • Redirection
  • URL validation -> URL storing
    Didn't use Spring Data repositories because this app needs only two operations - put key-value and get by key. Spring repos are too complex for this use.

Stack