Recently studied "Flask-web development", the realization of a simple personal blog site, made by Flask+mongodb+bootstrap,
This software is a small Web program written after reading "Flask-web development", but I did not use the SQLAlchemy that the author used in the book. and using MongoDB, if you are also studying this book, I would recommend you use a different database than the author, because using a different database means you need to make changes to the author's code in the book. This process can help you become familiar with the whole software and make the whole study more effective.
Now the Web page does not look good enough, but the basic functions of the published articles, comments, rights management and so on have been realized, follow-up will continue to improve and beautify, beginner flask or learning this book can communicate with each other.
Project Address: Https://github.com/INnoVationes/Flask-INnoVation
Flask+mongodb Implementation Simple Personal blog