Skip to content

yuandongzhong/flask-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

It is a full-featured web app built with Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published