Skip to content

A blog system written in flask that I developed when I study flask

Notifications You must be signed in to change notification settings

luisxiaomai/microblog

Repository files navigation

Flask_Blog_System

A blog system written in flask that I developed when I study flask

Local Run

Python 3+ need be installed

pip install -r requirements.txt
python manage.py runserver

Navigate to http://127.0.0.1:5000, and then use [email protected]/xx to login.

Docker Run

docker pull luislu/microblog
docker run -d -p 5000:5000 luislu/microblog

Navigate to http://127.0.0.1:5000, and then use [email protected]/xx to login.

Contents

  • Complete user authentication(Register,Email Verification,Login,Forget/Reset Password) alt text

  • Simple Blog System alt text

  • RichText Editor alt text

  • Markdown Editor alt text

About

A blog system written in flask that I developed when I study flask

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published