Generating commit message...

This commit is contained in:
2025-08-30 15:52:52 +08:00
commit 55a9840ba0
23 changed files with 612 additions and 0 deletions

21
backend/README.md Normal file
View File

@@ -0,0 +1,21 @@
# 爱鉴花后端服务
## 项目介绍
这是爱鉴花项目的后端服务基于Node.js开发。
## 技术栈
- Node.js
- Express.js
- MongoDB
- Redis
## 文件结构
- controllers: 控制器
- models: 数据模型
- routes: 路由
- middleware: 中间件
- utils: 工具函数
- config: 配置文件
## 开发说明
请确保安装了Node.js环境并使用npm管理依赖。