This demo illustrates how to integrate SurveyJS libraries with NodeJS backend. This demo doesn't cover all of real survey service application aspects, such as authentication, authorization, user management, access levels and different security issues. These aspects are covered by backend-specific articles, forums and documentation. This demo is just a sample of intergration and can't be used as a real service.
- Install NodeJS.
- Clone this repository into the
surveyjs-nodejsfolder (and make it the current directory viacd surveyjs-nodejs). - Install npm packages via the
npm icommand. - Run the server via the
npm startcommand.
At this point, the surveyjs-nodejs demo service will be available at http://localhost:3000. If everything is ok, you should see the project home page with a list of available surveys and links to Survey and Survey Creator pages.
- You can continue with a survey via the
Runpage, go through the survey and post results to the custom service. - You can continue with Survey Creator via the
Editpage, change the survey and store survey JSON to the custom service. - Saved survey results are available via the
Resultslink.