# flask_tutorial
**Repository Path**: royxin/flask_tutorial
## Basic Information
- **Project Name**: flask_tutorial
- **Description**: flask project for practice.
It's a flask blog contains login, register and more module.
- **Primary Language**: Python
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-01-02
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# flask_tutorial
#### 介绍
flask project for practice.
It's a flask blog contains login, register and more module.
### 测试
pytest
coverage run -m pytest
coverage html
### 运行
flask run
### 练习项目
文档教学地址: https://flask.palletsprojects.com/en/1.1.x/tutorial/