# Zhihu-API-Koa
**Repository Path**: twoyoung/Zhihu-API-Koa
## Basic Information
- **Project Name**: Zhihu-API-Koa
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-12-01
- **Last Updated**: 2023-02-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Zhihu-API-Koa
仿知乎 API 项目
📺 视频地址:Node.js 仿知乎服务端-深入理解 RESTful API
# API 介绍
## 主要模块
👲 用户模块 + 🎫 话题模块 + ❓ 问题模块 + 📣 回答模块 + ✏ 评论模块
## 文件结构
```
├─app
│ ├─auth // 授权中间件
│ ├─controllers // 控制器
│ ├─models // 模型
│ ├─public // 静态资源
│ │ └─uploads
│ ├─routes // 路由(接口)
│ └─utils // 工具
```