Skip to content

edinardo/shortner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Requirements

Java 1.8+

Execute

"Technically" should run with:

mvn spring-boot:run in any operating system that has Java and Maven installed.

Test

Besides the one unit test, send:

POST http://localhost:8080/shorts with the desired URL on the body. You should receive a response (200) body with the shortened URL.

To consume, send:

GET [response_url]. This will redirect (303) to the original URL.

About

URL shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages