A simple web application that lets users submit a form (name, email, message) and stores the data in a MySQL database.
- User-friendly HTML form
- Backend built with Flask (Python)
- Stores data in a MySQL database
- Secure data handling using parameterized queries
- Easily extendable for authentication, email alerts, etc.
- Python 3.x
- Flask
- MySQL
- HTML/CSS (Jinja templates)
- MySQL Connector for Python
git clone https://github.com/ElegantArmour5/MySQLFormApp.git
cd MySQLFormApp