Gmail Automation and Record Database How to Run 1. Backend (Flask + MySQL) Edit __initdb__.py or config file to update MySQL credentials (host, user, password). Connection Credentials defined at line number 6 Run backend: Open Terminal in root folder cd backend pip install -r requirements.txt python main.py Make sure MySQL server is running. 2. Frontend (WinForms) Open GARD.sln file located inside GARD Folder in Visual Studio. Press F5 to build and run. Notes Backend must be running before using the WinForms app. Update DB credentials for your environment before running.