- 实现分层架构:API层、服务层、模式层、模型层 - 应用工厂模式和路由模块化设计 - 完整的配置管理系统,支持多环境配置 - 类似 Spring Boot 的配置文件体系 - 提供便捷启动脚本和详细文档 主要功能: - 用户和产品管理 API - 多环境配置支持 (.env.dev/.env.test/.env.prod) - 配置优先级管理 - 热重载和生产环境支持 - CORS、日志、限流等中间件配置 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| app | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| main.py | ||
| requirements.txt | ||
| start.py | ||