A Web app to create and collect survey, with data analysis admin panel.
Now it supports the following question types:
- Slider
- Choice (multi / single, supporting custom option)
- Fill in the blank
- Swiper (yes or no)
- access https://surveyyy.vercel.app/admin/surveys and create a new survey, including types above.
- then we got a survey id, access https://surveyyy.vercel.app/survey/{survey_id} to fill in the survey.
- share the survey to your friends, and check the result in admin panel.
- Survey Model
- Submit API
- Survey submit
- Admin panel
- Accounts && Cookie/Token
- Survey Config
- visual
- Data analysis
This project is based on the free mongodb provided by https://cloud.mongodb.com/v2/
The front-end is hosted on https://vercel.com/, while the serverless functions are hosted on vercel as well.