本项目重构自 fastapi_best_architecture_ui,使用 shadcn/ui 替代原有 Ant Design 组件库。 web-react/ ├── public/ # 静态资源 ├── src/ │ ├── api/ # API 接口定义 │ │ ├── client.ts # Axios 客户端 ...
This repository provides a template for building full-stack web applications using FastAPI for the backend and NiceGUI for the frontend. It includes a complete setup for a PostgreSQL database, JWT ...