A URL shortener service that takes in a valid URL and returns a shortened URL, redirecting the user to the previously provided URL.
Also keeps track of total visits/clicks on the URL.
POST /URL - Generates a new short URL and returns the shotened URL in the format example.com/random-id.
GET /:id - Redirects the user to the original URL.
GET /URL/analytics/:id - Returns the clicks for the provided short id.