...

/

Running the Database Container

Running the Database Container

The awaited database integration to our app.

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 ...