Sample app with CURD.py and Flask.
-
create table
message
in mysql:$ mysql -uusername -p
create table in some database:
mysql> source tables.sql
-
edit
config.py
. -
install requirements.
$ pip install -r requirements.txt $ python runserver.py
And then go to http://localhost:5000
in browser.