- Demonstrates to learners how to use Docker to spin up a MySQL db, seed it with data then connect to it with Python when it is healthy
- install Docker Desktop
- clone the project
- run
docker compose up --buildfrom your terminal - look at output in terminal for the query results or the docker desktop logs
- if you change the init.sql script need to run
docker compose down -vto delete it from volumes