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 ...
flask-server-template/ ├── config/ │ ├── __init__.py │ └── log_config.py # 日志配置 ├── controller/ │ ├── __init__.py ...