Crud using flask and sqlite3
The program was created with Python3 and Flask.
install the framework used
pip install flask
# fist run the create_db.py for create database
python ./create_db.py
# then run the app
python ./main.py
Crud using flask and sqlite3
The program was created with Python3 and Flask.
install the framework used
pip install flask
# fist run the create_db.py for create database
python ./create_db.py
# then run the app
python ./main.py