Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 383 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 383 Bytes

url shortner

*design a url shortner service that takes in a url and returns a shortned url,. *edirecting the user to the previosly provided url

routes.. POST /URL -Generates a new short url and returns the shortened url in the format example.com/random-id

GET /:id - redirects the user to the original url

GET/URLanalytics/:id -returns the clicks for the provided short id