Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short URL

Simple URL shortener you can deploy using docker.

Example

$ curl --data '{"url": "https://example.com/"}' localhost:8090/api/shorten
{"url":"au8nuvPueQQ6IjaKtD9Ih"}

$ curl --data '{"url": "au8nuvPueQQ6IjaKtD9Ih"}' localhost:8090/api/resolve
{"url":"https://example.com/"}

Simple web interface is by default available at localhost:8080

Building

./build/all.sh

Testing

./test/integration.sh

About

Simple URL shortener you can deploy using docker.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages