The purpose of this repo is to mess around with Python's FastAPI framework and HTMX, which was for an interview I had and to follow up with how I might implement the server as suggested by the ...
My1stSOLO/ ├── backend/ # 后端FastAPI项目 │ ├── main.py # 主应用文件 │ ├── requirements.txt # 项目依赖 │ └── Dockerfile # Docker配置 ├── frontend/ # 前端Vue项目 │ ├── src/ # 源代码 ...