My goal: create a web blog using Python and Flask
See process from back end to front end on how to produce a working website
- Find a tutorial and follow steps
- Install virtual environment
- Install packages within Virtualenv: Flask, Peewee, markdown, micawber, beautiful soup
- Ran into an issue with the code after following steps
- Learned that I was missing an enourmous amount of code
Templates bootstrap-for customization holds all of the html code base.html defines HTML structure of the site
Static media css
Deploy site to heroku