Blog Articles Web App

A site to read articles online...

This is a simple web app allow users to add, edit and delete the articles. The article content supports rich texts so users can add in to the content images, links or custom the article styles.

I use Python Flask framework in this web app, and MySQL for database. The login and registration functions are available to make sure that everyone can read your articles, but only you have permission to edit or delete your own ones.

Besides, in some forms, instead of using HTML to generate the form layout, I use WTForms to render it. Please watch the demo video below.


Source Code