Skip to content

aelabassi/SimpleBlogPost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blog post using Flask

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.

Tools

  • 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

Website

Simple Blog Post