Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1019 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 1019 Bytes

Description

A full-featured blog built with Flask. You can use this repo as a template for the next Flask project with minor modification.

Features

  • Templates
  • Forms and User Input
  • Database with Flask-SQLAlchemy
  • Package Structure
  • User Authentication
  • User Account and Profile Picture
  • Create, Update, and Delete Posts
  • Pagination
  • Email and Password Reset
  • Blueprints and Configuration
  • Custom Error Pages

Screenshots

Development

Install packages

pip install -r requirements.txt

Run

python run.py

Credits

  • I built this application based on Corey Schafer's Python Flask Tutorial Series.

  • I updated some codes to be compatible with the newest Flask version.