Single Page App with Flask and Vue.js forked from testdrivenio/flask-vue-crud, so you can goto the original link for documents
Flask==1.0.2
Flask-Cors==3.0.7
npm v6.14.6
vue cli 3.7.0
pip install flask_sqlalchemy
pip install mysqlclient
USE mysql;
CREATE USER 'zhongche'@'%' IDENTIFIED BY 'swjt111';
GRANT ALL ON *.* TO 'zhongche'@'%';
FLUSH PRIVILEGES;
CREATE DATABASE mydb;
FLUSH PRIVILEGES;
https://blog.miguelgrinberg.com/post/restful-authentication-with-flask
https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-iv-database