新增后台管理系统
功能模块: - 仪表盘: 用户统计、帖子统计、帖子类型分布、热门标签、最新帖子 - 用户管理: 查看用户列表、删除用户 - 帖子管理: 查看/删除帖子、置顶功能、帖子详情预览 - 主题管理: 查看/删除主题、主题详情预览 端口: 19005
This commit is contained in:
@@ -30,17 +30,21 @@
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
### 启动服务
|
||||
### �动主�务
|
||||
|
||||
```bash
|
||||
python backend/app.py
|
||||
```
|
||||
|
||||
### 访问地址
|
||||
访问地�: http://localhost:19004
|
||||
|
||||
### �动��管�
|
||||
|
||||
```bash
|
||||
python admin/app.py
|
||||
```
|
||||
http://localhost:19004
|
||||
```
|
||||
|
||||
��地�: http://localhost:19005
|
||||
|
||||
## 项目结构
|
||||
|
||||
@@ -102,4 +106,9 @@ tech-forum/
|
||||
|
||||
## License
|
||||
|
||||
MIT™»å½•
|
||||
- 评论回�点赞
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Reference in New Issue
Block a user