Skip to content

yuhr123/shopcart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Flask 脚手架

这东西的目的是开箱即用,免得每次都要重新查官方手册配置环境。

  • 将主程序文件、路由、模型做了分离
  • ORM 使用 Flask-SQLAlchemy

使用方法

开始前先拉取并进入项目目录

创建虚拟环境

$ python3 -m venv .

安装包

(shopcart) $ pip install -e .

设置环境变量

(shopcart) $ export FLASK_APP=shopcart
(shopcart) $ export FLASK_DEBUG=true

启动程序

(shopcart) $ flask run

About

flask 脚手架

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published