My first Flask website
December 2020
Python
Flask
HTML
Bootstrap
This Flask blog was my first experimentation with web design and deployment. I originally built this webapp in December 2020, but made significant updates in the fall of 2021. The core components of the app consist of:
I took a lot of inspiration from Corey Schafer and Tech with Tim who both helped me learn web design. I've used some of their code snippets but have tried to make the website my own as much as possible.
The app should support all versions of python. It is productionalized on Python 3.9.
pip install -r requirements.txt
python run.py
Once launched, Flask will run on local port 5000 by default.