Portfo is a demonstration project using Flask and Python to render a server side portfolio website.
Demonstrates:
- Routing to different paths and rendering html templates
- Loading static assets
- Saving data to a file (database.csv)
You can see the running code at http://shaynemeyer.pythonanywhere.com/
export FLASK_APP=server.py
export FLASK_ENV=development # turn on debugging