This is a demo application intended for use with my blog post on Creating Backend APIs for Android Apps with Heroku and Retrofit.
Or follow these steps, after installing the Heroku Toolbelt, to deploy from the CLI:
$ git clone https://github.com/kissaten/spring-boot-android-service
$ cd spring-boot-android-service
$ heroku create
$ git push heroku master
$ heroku open