# questionnaire **Repository Path**: tuan-zi/questionnaire ## Basic Information - **Project Name**: questionnaire - **Description**: 问卷调查系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2021-06-11 - **Last Updated**: 2021-06-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README _作者精力有限,项目已不再维护_ # 问卷调查系统 基于Express框架的问卷调查系统,问卷题目可包含单选、多选和问答。可以实现编辑问题、建立题库、发布问卷、统计结果等功能。 ## Install ### 环境依赖 * Node.js * mongoDB ### Run ``` bash git clone https://github.com/LiangCY/questionnaire.git cd questionnaire npm install node app.js ``` * [http://localhost:8080](http://localhost:8080) * 用户名admin * 密码123456 [Live Demo](https://polar-escarpment-7201.herokuapp.com/questionnaire/566455a69c390da81276246f) ## 部分截图 - 问卷页面 ![问卷页面](https://raw.githubusercontent.com/LiangCY/questionnaire/master/screenshots/index.jpg) - 统计结果 ![统计结果](https://raw.githubusercontent.com/LiangCY/questionnaire/master/screenshots/statistics.jpg) ### 后台管理 - 题库 ![题库](https://raw.githubusercontent.com/LiangCY/questionnaire/master/screenshots/questions.jpg) - 编辑题目 ![编辑题目](https://raw.githubusercontent.com/LiangCY/questionnaire/master/screenshots/question.jpg) - 添加问卷 ![添加问卷](https://raw.githubusercontent.com/LiangCY/questionnaire/master/screenshots/questionnaire.jpg)