ms-forum ├─ app │ ├─ api │ │ └─ v1 │ │ ├─ comment_routes.py │ │ ├─ forum_routes.py │ │ ├─ reaction_routes.py ...
WELL-BOT_V6/ ├── app/ │ ├── api/ # API endpoints (routes) │ ├── core/ # Config and MongoDB connection │ ├── crud/ # CRUD logic for DB operations │ ├── models/ # Pydantic request/response schemas │ ├── ...