Python 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.
"Thing Finder" is a new app which allows you to remember where you put your things. All you have to do is visit this App every time you put anything anywhere, and add (or update/delete) the details of the thing that you will later wish to find.
https://python-crud-app.up.railway.app/
Install libraries
pip install -r requirements.txt
To run a Flask deployment tests, run the following command
python app.py