開發與維運

基於Python的Flask WEB框架實現後臺權限管理系統(建議在windows環境進行部署)

1.下載項目
git clone https://gitee.com/do_1977107948/authbase
2.導入sql文件
mysql -uroot -p
source /authbase/db.sql
image.png
3.安裝依賴
pip install -r requirements.txt
image.png
4.運行項目
python manager.py runserver

image.png
image.png
5.系統效果圖
image.png
image.png

Leave a Reply

Your email address will not be published. Required fields are marked *