Skip to content

kokoichi206-sandbox/url-shortener

Repository files navigation

url-shortener

Usage

Access to shortened URL

$ curl http://localhost:8080/google

Generate shortened URL

$ curl -X POST http://localhost:8080/api/v1/urls -H 'Content-Type: application/json' -d '{"original_url":"https://github.com/kokoichi206"}'
{"short_url":"mRJ"}

$ curl -v http://localhost:8080/mRJ

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published