Skip to content

souvikhaldar/Redirector

Repository files navigation

Redirector: URL shortening service

This is a minimalistic URL shortening service which can shrink your ugly/large URL to a beautiful short URL.

Installation

Clone the repository from here Then run (-main) which is located in core.clj.

Usage

It should be running on localhost:3000.

* Shrink a URL  
	Make request on browser-->  `localhost:3000/shrink/<Enter-your-url-here>`

* Retrive the original URL  
	Make request on browset--> `localhost:3000/redirect/<Enter-the-shrunken-URL>`

Demonstration

Follow this link to see a video demonstration of this service.

P.S: Anyone willing to learn web development in Clojure can definitely refer to this repo.

About

A URL shortening service in Clojure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published