pip install virtualenv
virtualenv env
env\Scripts\activate
pip install -r requirements.txt
Make coloums with header like sno, title, tagline, subheader, slug, content, img_file, date in Posts table.
python main.py
Run on port
http://127.0.0.1:5000/