Skip to content

ryserCar/urlShortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urlShortener

##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:

  1. Download Redis

  2. Make sure Redis is running

  3. Run mvn install standing in Project folder, this will generate a jar of the project inside Target folder

  4. Run java -jar pathToJar on command line

  5. You can use postman and do a post to localhost:8080?urlToShorten

  6. Then you can insert the shortend url in the browser and it will be redirected to the original url

About

UrlShortener application with spring data redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages