/fblog

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

Primary LanguagePython

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 xx@xx.com/xx to login.

Docker Run

docker run -d -p 5000:5000 luislu/fblog

Navigate to http://127.0.0.1:5000, and then use xx@xx.com/xx to login.