-
Inserting rows to database
-
Updating rows in database
-
Fetching rows from database
-
Deleting rows from database
$ pip install -r requirements.txt
$ python script/flaskapp.py
Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
{
"firstname" : "abhi",
"lastname" : "manyu",
"email" : "[email protected]"
}
{
"firstname" : "abcd",
"lastname" : "wxyz",
"email" : "[email protected]"
}