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
$ git checkout -t origin/db
$ heroku create --addons heroku-postgresql
$ git push heroku master
$ heroku open