- Run the application by running the main method in UrlShortenerApplication.java class
- Hit this url in browser to shorten the amazon url - http://localhost:8080/shorten_url?url=www.amazon.com
- Hit this url in browser to get the long url back - http://localhost:8080/expand_url?url=<shorten_url_you_got_in_step_2>