So far, we have come a long way and built a solid foundation for our RESTful application, though we must take a few more steps to finally be able to begin with development.
In this step, we will configure our MySQL database for our application and perform some alterations in our Docker MySQL container in order to make the data of our application persist in our database, even when we disconnect or stop our MySQL container.