Application created while learning Flask using their blog tutorial
For the application to work properly run this command to install the packages
pip install -r requirements.txt
At the main folder run
python app.py
Since Justin` asked for options to make the "blog like thingy" personal now you can edit the config.cfg and change options like
* WEBSITE_TITLE
* LOGO_TEXT
* LOGO_IMG
* INDEX_PAGE_NAME
* FOOTER_TEXT
* PORT
* SECRET_KEY
@todos
Customize page
User registration/authentication
CSRF
Separate code from app.py into individual files
Administration