Skip to content

omnipotent-miao/FlaskBlog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Example Blog Implemented by Flask

This is a simple personal Blog that implemented by Flask web framework. It has some features of a blog like loggin, logout, follow, permission control, avatar, etc. It also has a azure blue theme.

The blog hasn't been completed yet. I will add more functionalities in the future.

Todo:

  • Tags.
  • Api.
  • Third party login.
  • Search.

Simple Usage:

  1. Use the pipenv install or pip install -r requirements.txt command to install the dependencies.
  2. Add a environment variable named FLASK_APP which value is equal to this blog's directory path.
  3. Execute the flask create command in your command line environment.

Generate Fake Data:

  1. Once you done the above work, you can use flask fake_user, flask fake_post, flask fake_comment to generate the fake data to test.

Demo site:

Demo


Previewing the interface:

About

A simple blog which implements by flask web framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.2%
  • HTML 26.0%
  • Other 0.8%