clone this example
git clone git@github.com:kshyam/flask-blog-with-db.git
Install flask_sqlalchemy
pip install flask_sqlalchemy
flask --debug run
OR
export FLASK_ENV=development
flask run
Open the application
http://127.0.0.1:5000/