Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 755 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 755 Bytes

URL shortener

Sample url-shortener web application to demonstrate how to build web applications using Java + Spring boot

To run it using maven (http://maven.apache.org):

1.Git clone the project in your machine
2.Run mvn clean install in the project folder
3. Run mvn spring-boot:run

Then navigate to http://localhost:8080/ in your browser.

Use Case

1.user will register and password will be given.

2.Then he will login with that password.

3.he will generate the shortened URL.Shortened URL can be used to redirect original URL.By pasting in the tab bars.

4.He can see the stats by clicking on stats.(stats for user will be captured only when the user is logged in)

5.user can logout

Doubt 1.Did not make user of Redirection type.