Create and Publish Your Rest API Using Spring Boot and Heroku (Part 2)

In part one of creating and publishing your Rest API using Spring Boot and Heroku, we built an imaginary bucket list of places we wish to travel to or visit in our lifetime. However, the buckets were not stored in a database. This means that whenever we restart our server our buckets information get lost.

Let’s fix that.