# fastapi_course **Repository Path**: codepk/fastapi_course ## Basic Information - **Project Name**: fastapi_course - **Description**: fastapi_course - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/nhnhwsnh/fastapi_course - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 13 - **Created**: 2024-06-06 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FastAPI 学习笔记 ![](assets/2022-09-02-08-46-56-logo-teal.png) *FastAPI 框架,高性能,易于学习,高效编码,生产可用* **文档**: [https://fastapi.tiangolo.com/zh/](https://fastapi.tiangolo.com/zh/) **源码**: [https://github.com/tiangolo/fastapi](https://github.com/tiangolo/fastapi) --- [FastAPI 快速上手指南 - Bilibili视频](https://www.bilibili.com/video/BV1je4y1o7yX?vd_source=9f8f3da95270c6c4d6bafbe8da14beee) ## 技术交流群 > 本群啥都可以聊Python,fastapi,js,vue,运维,数据库,人生,未来,感情.....,严禁开车,严禁广告,一次警告,两次拜拜! **如果二维码过期,可以通过各种途径通知我** **如果二维码过期,也可以去 issue 里面找找 [传送门](https://gitee.com/nhnhwsnh/fastapi_demo/issues)** --- ## 笔记目录 **Let`s go** 1. [a01 hello world](./a01/a01-hello.md) 2. [a02 解决文档加载慢的问题](./a02/a02-docs.md) 3. [a03 如何接收前端传的数据](./a03/a03-params.md) 4. [a04 路由分组](./a04/a04-router.md) 5. [a05 依赖的基本使用与嵌套](./a05/a05-Depends.md) 6. [a06 路径操作装饰器依赖项](./a06/a06-router-Depends.md) 7. [a07 把一个类作为依赖项来使用](a07/readme.md) 8. [a08 注册登陆认证 - 三连](a08/readme.md) 9. [a09 中间件的简单使用](a09/readme.md) 10. [a10 后台任务](a10/readme.md)