A flask based blog application, using
- Python
- Flask
- Markdown
- jQuery
- Bootstrap (Theme by: Clean Blog)
- Python==3.8
- MySQLdb==2.0.1
- Flask-MySQLdb==0.2.0
- Jinga2==2.11.2
- pip==20.2.2
- Flask==1.1.2
- Flask_SQLAlchemy==2.4.4
- Flask_Mail==0.9.1
- Werkzeug==1.0.1
-
Clone the repo
git clone https://github.com/Shreyz-max/flask-blog.git
or download the zip file -
move to the location repo is downloaded
cd flask-blog
-
run
pip install -r requirements.txt
-
run
python ./main.py
It will run the development server in DEBUG mode. Go to: http://localhost:5000/ and check out the blog.