DB_HOST = 'localhost' DB_NAME = 'todo_app' DB_USER = 'root' DB_PASS = '' (empty for XAMPP default) Access the application: text http://localhost/todo_app_June2025 ...