# microblog **Repository Path**: daqingba/microblog ## Basic Information - **Project Name**: microblog - **Description**: A microblogging web application written in Python and Flask that I developed as part of my Flask Mega-Tutorial series. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-06 - **Last Updated**: 2021-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README microblog ========= A decently featured microblogging web application written in Python and Flask that I'm developing in my Flask Mega-Tutorial series that begins [here](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world). Installation ------------ The tutorial referenced above explains how to setup a virtual environment with all the required modules. The sqlite database must also be created before the application can run, and the `db_create.py` script takes care of that. See the [Database tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-iv-database) for the details. Running ------- To run the application in the development web server just execute `run.py` with the Python interpreter from the flask virtual environment.