To create a google-style survey forms, authorized users could design surveys and collect anonymous feedbacks.
- issue#1322: After executing
sls project init
, a lot of files are modified.- Work around: None.
This project depends on the following modules, please make sure they're ready after [Installation].
- NodeJS 3.7.3
- serverless 0.5.6
To prevent from poluting your local environment, you may leverage the Vagrant file to isolate your development environment.
You have to apply a FQDN first, survey.organization.com, for instance in the following instructions.
Please refer to instructions for first time deployment.
Please refer to instructions for later deployment.
The steps below can be taken to verify the functionality.
Enter the serverless-survey-form folder the project was cloned:
cd serverless-survey-form
Install npm dependency modules in serverless-survey-form
npm install
Verify the functionality before any code commit to Git.
npm test
Enter the web folder the project was cloned:
cd web
Install npm dependency modules in web
npm install
Verify the functionality before any code commit to Git.
npm test
Licensed under the MIT License.