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