# ZYQA **Repository Path**: web_xiaobai/ZYQA ## Basic Information - **Project Name**: ZYQA - **Description**: 可以通过问答形式来总结知识点 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 63 - **Created**: 2016-09-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ZYQA ---------------------------- 通过问答来总结知识点 ## 运行测试指南 - 本项目是 Node.js 项目,请先使用命令安装本项目依赖的模块包: ``` npm i ``` - 本项目使用了 MongoDB 数据库,请先安装 MongoDB 并将其配置成系统服务 - 可使用以下命令启动运行: ``` node server ``` 或 ``` npm test ``` ## 常见问题解决办法 - Template Error 通常是因为本地数据库的集合缺少某些属性。通过 *mongo* 客户端清空集合中的数据即可,如: ``` db.questions.remove({}) ```