A simple blog engine written in Flask
Simple Flask Blog is a basic blog engine written in Flask. It includes basic functionality to add, edit, and delete posts and post categories.
Simply download or clone this repo. Create a virtual environment and install dependencies from requirements.txt
if Python3 is already installed:
cd /my-blog-name
git clone https://github.com/itaden1/simple-flask-blog.git
virtualenv my-blog-name-env
pip install -r requirements.txt
I have included a basic setup script to initialise the database and set a secret key.
python3 app_setup.py
Just enter a username and password and you are ready to go.