Fastapi Folder Structure

定义 FastAPI 项目的推荐文件夹结构,以在 'app' 目录中维护组织和关注点分离。

liaosw97 Updated

File contents

  • 遵循此文件夹结构:

app/ main.py models/ schemas/ routers/ dependencies/ services/ tests/

liaosw97/awesome-rules-skills/tree/main/plugins/fastapi/skills/fastapi-folder-structure commit 58f62744aa

Frequently asked questions

npx skillmds@latest add liaosw97/fastapi-folder-structure