Skip to content

mike-pisman/flask-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Blog

Screenshot Flask Blog

Summary

This is a simple blog application written in Python using the Flask framework. This project was created for learning purposes. It's deployed using Gunicorn and Postrgresql on Kubernetes cluster.

Check out the Demo!

Features

  • User registration with Sign in and Sign out
  • User profile with ability to update profile picture, username, and email
  • Create, update, and delete posts with title and content
  • Simple post editor
  • About page