Skip to content

A URL shortener service that takes in a valid URL and returns a shortened URL, redirecting the user to the previously provided URL.

Notifications You must be signed in to change notification settings

iamRishabh07/url-Shortner

Repository files navigation

URL SHORTNER

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.

Routes

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.

About

A URL shortener service that takes in a valid URL and returns a shortened URL, redirecting the user to the previously provided URL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published