Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaeljier/survey_demo
问卷调查小demo(前+后), vue-composition-api体验
https://github.com/michaeljier/survey_demo
mongoose node vue vue-composition-api vue3-demo
Last synced: about 1 month ago
JSON representation
问卷调查小demo(前+后), vue-composition-api体验
- Host: GitHub
- URL: https://github.com/michaeljier/survey_demo
- Owner: MIchaelJier
- Created: 2020-04-20T07:53:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T14:47:50.000Z (about 2 years ago)
- Last Synced: 2023-03-03T04:51:15.729Z (almost 2 years ago)
- Topics: mongoose, node, vue, vue-composition-api, vue3-demo
- Language: JavaScript
- Homepage: http://www.michaeljier.cn/survey
- Size: 1.05 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Survey_demo(问卷调查小DEMO)
问卷调查小DEMO
### 主要技术栈
vue2.x + vue-composition-api
express + mongoose### Build Setup
yarn => yarn serve### 目前完成进度
前端
- [x] 首页
- [x] 搜索页
- [x] 新建问卷页
- [x] 填写问卷页
- [x] 问卷结果页
- [x] 登录注册页后端
- [x] allSurveyList
- [x] SearchSurveyListById
- [x] addSurveyItem
- [x] delSurveyItem
- [x] register
- [x] login
- [x] addAnswerItem
- [x] getAnswerSum