Running the Database Container
The awaited database integration to our app.
We'll cover the following...
In this lesson, we will add a database container to our app. We will use the MySQL server version 5.7 because it is the most used version of MySQL server.
Steps to add the database
-
Pull ...