This is a simple portfolio project that I created using Flask. It is a simple blog post where you can add, update, delete and view posts. The posts are stored in a SQLite database. I also added admin functionality where you can login and add, update, delete posts, users can only view the posts, and comment on them.
- Flask: server dev
- SQLite: local db
- Jinja template: html dynamic
- Flask_bootstrap: design
- Flask_sqlalchemy: orm
- Flask_login: auth
- Flask_wtf: forms
- Flask_gravatar: avatars
- gunicorn: the entry point of the app for deployment
- psycopg2: for Postgres db