Python-Flask Web Application CRUD Example with MySQL Database
This repository is based on simple code and example for Python web application CRUD example using Flask and MySQL. CRUD means Create, Read, Update and Delete operations. This example will let you add new record, read and show records, update record and delete record. Python-Flask web application framework or module is being used to handle the requests and responses from users. For better understanding of code and working, read the comments present in the file and you will get to learn things easily.
Python main.py
pip install Flask
sudo apt-get install mysql-server
sudo ufw allow mysql
systemctl start mysql