simple blog flask:带有python(Flask)的简单CRUD API博客 源码
简单博客烧瓶(#development) 一个带有python(Flask)的简单CRUD API博客 使用mysql注册用户和评论 资源 创建用户 建立职位 按帖子名称和帖子内容搜索 创建标签(内容标记) 要求 您需要使用pipenv来运行项目: pip install pipenv Python 3.6 ^ 使用以下方法创建虚拟环境: pipenv shell和pipenv install 数据库 该项目与MySQL一起运行 创建一个名为simple_blog的数据库或在__init__文件中重命名数据库配置 使用以下命令运行迁移: flask db migrate migrati
文件列表
simple-blog-flask-master.zip
(预估有个38文件)
simple-blog-flask-master
.gitignore
14B
app
serealize
__pycache__
Serealize.cpython-36.pyc
1KB
post_serealize.py
135B
comment_serealize.py
152B
tags_serealize.py
125B
user_serealize.py
154B
暂无评论