feat(backend): 实现Go后端API并添加测试脚本

This commit is contained in:
2025-12-23 23:28:09 +08:00
parent 044f355818
commit af8fdd5f52
17 changed files with 1241 additions and 7 deletions

View File

@@ -25,10 +25,6 @@ npx http-server -p 8000
访问地址http://localhost:8000
### 2. 后端API实现可选
如果需要持久化存储和多用户访问可以实现后端API。
#### 后端要求
- 端口3000