Skip to content

Commit b8e6298

Browse files
committed
这个README.md就是《FastAPI框架精讲》课程大纲
1 parent 14741b5 commit b8e6298

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363

6464
### 第二章 FastAPI介绍和项目准备
6565

66+
![drf-tutorial](./coronavirus/static/chapter02.png)
67+
6668
#### 2.1 本章导学
6769

6870
图文列举本章节要讲的内容
@@ -103,6 +105,8 @@
103105

104106
### 第三章 请求参数和验证
105107

108+
![drf-tutorial](./coronavirus/static/chapter03.png)
109+
106110
#### 3.1 本章导学
107111

108112
图文列举本章节要讲的内容
@@ -143,6 +147,8 @@
143147

144148
### 第四章 响应处理和FastAPI配置
145149

150+
![drf-tutorial](./coronavirus/static/chapter04.png)
151+
146152
#### 4.1 本章导学
147153

148154
图文列举本章节要讲的内容
@@ -187,6 +193,8 @@ HTTPException 的使用,如何自定义异常处理器;给第六小节开发
187193

188194
### 第五章 FastAPI的依赖注入系统
189195

196+
![drf-tutorial](./coronavirus/static/chapter05.png)
197+
190198
#### 5.1 本章导学
191199

192200
图文列举本章节要讲的内容
@@ -227,6 +235,8 @@ yield 在依赖函数中的作用,讲解数据库连接的案例
227235

228236
### 第六章 安全、认证和授权
229237

238+
![drf-tutorial](./coronavirus/static/chapter06.png)
239+
230240
#### 6.1 本章导学
231241

232242
图文列举本章节要讲的内容
@@ -255,6 +265,8 @@ JSON Web Tokens介绍,安装 python-jose 和 passlib,实现 JWT 认证,用
255265

256266
### 第七章 FastAPI的数据库操作和多应用的目录结构设计
257267

268+
![drf-tutorial](./coronavirus/static/chapter07.png)
269+
258270
#### 7.1 本章导学
259271

260272
图文列举本章节要讲的内容
@@ -295,6 +307,8 @@ FastAPI 项目中 Jinja2 配置,使用 Jinja2 渲染 COVID-19 查询页面,
295307

296308
### 第八章 中间件、CORS、后台任务、测试用例
297309

310+
![drf-tutorial](./coronavirus/static/chapter08.png)
311+
298312
#### 8.1 本章导学
299313

300314
图文列举本章节要讲的内容

0 commit comments

Comments
 (0)