##UrlShortener is an application that shortens urls and also redirects already sortened urls to original ones.
It was developed using Spring Data Redis
To run this project you need to:
-
Download Redis
-
Make sure Redis is running
-
Run
mvn install
standing in Project folder, this will generate a jar of the project inside Target folder -
Run
java -jar pathToJar
on command line -
You can use postman and do a post to localhost:8080?urlToShorten
-
Then you can insert the shortend url in the browser and it will be redirected to the original url