# fast_api_demo **Repository Path**: louis_chen_admin/fast_api_demo ## Basic Information - **Project Name**: fast_api_demo - **Description**: 学习fastapi,整合官网的用例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-06 - **Last Updated**: 2022-03-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## FastApi学习笔记 官方文档:https://fastapi.tiangolo.com/ - 基础例子:examples.py - 权限认证例子:security_demo.py - sql_app是一个完整的数据库使用例子 - websocket通信: web_socket.py - 后台任务:backgroud_task.py - cors_example.py 包含跨域防范,环境变量配置等例子 - 测试用例:test_main.py