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