Skip to content

Latest commit

 

History

History
executable file
·
18 lines (11 loc) · 626 Bytes

README.md

File metadata and controls

executable file
·
18 lines (11 loc) · 626 Bytes

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