docker compose up -d
- DB connection Test (See compose.yaml for the password).
mysql -h 127.0.0.1 -P 3307 -u root -p
- verify that the login success screen appears if the ID/password is correct with the correct credentials USER_ID/PASSWORD = john/johnpassword
- try SQL Injection; USER_ID/PASSWORD = john/' OR '1'='1