This is a person blog, powered by flask.
pip install -r requirement.txt
install all extensions:for example:flask,flask-wtf and so on
python manager.py createall
create all tables in mysql, but MUST modify config.py:SQLALCHEMY_DATABASE_URI
python manager.py runserver
Visit 127.0.0.1:5000/login, put your posts
In addition, the flask Blueprint version is: https://github.com/sixu05202004/flaskblog-blueprints。
More complicated applications is https://github.com/sixu05202004/autotest
Another is https://github.com/sixu05202004/newsmeme