5 Commits

Author SHA1 Message Date
82bdb91fb8 🔧 修复:前端使用 build 目录启动 2026-04-04 18:55:33 +08:00
fb740eb703 📦 配置虚拟环境和端口
变更:
- 添加 requirements.txt
- 更新 start.sh(使用虚拟环境)
- 更新 .gitignore(忽略 venv/和 node_modules/)
- 端口调整为 4000/9000
2026-04-04 18:35:56 +08:00
7be35039ed 🔧 修改端口:避免与会议厅冲突
变更:
- 前端:3000 → 4000
- 后端:8000 → 9000

原因:
- 会议厅使用 3000/8000
- 避免端口冲突

新访问地址:
- 前端:http://localhost:4000
- 后端 API: http://localhost:9000/api/
2026-04-04 18:20:02 +08:00
acf01bdd59 Update start.sh with virtual environment support 2026-04-01 20:58:42 +08:00
4be901b1b0 Complete backend API and deployment guide
- Django REST API with lobster endpoints
- API views: list, detail, memory, tools
- Deployment guide with instructions
- Startup script for easy launch
- Requirements.txt for dependencies
- API URL routing
2026-04-01 20:52:03 +08:00