Description This is a simple Phonebook Web Application built with Python Flask. It supports full CRUD operations: Create, Read, Update, and Delete contacts. The application uses MySQL as its database ...
This is a simple Flask app that interacts with a MySQL database. The app allows users to submit messages, which are then stored in the database and displayed on the frontend.