Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/surveyjs/surveyjs-nodejs
This demo shows how to integrate SurveyJS components with a NodeJS backend.
https://github.com/surveyjs/surveyjs-nodejs
form-builder javascript nodejs survey survey-creator survey-maker surveyjs
Last synced: 3 months ago
JSON representation
This demo shows how to integrate SurveyJS components with a NodeJS backend.
- Host: GitHub
- URL: https://github.com/surveyjs/surveyjs-nodejs
- Owner: surveyjs
- License: other
- Created: 2017-12-21T13:08:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T09:48:21.000Z (9 months ago)
- Last Synced: 2024-06-21T11:28:34.503Z (5 months ago)
- Topics: form-builder, javascript, nodejs, survey, survey-creator, survey-maker, surveyjs
- Language: JavaScript
- Homepage: https://surveyjs-nodejs.azurewebsites.net
- Size: 8.37 MB
- Stars: 142
- Watchers: 11
- Forks: 92
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - surveyjs/surveyjs-nodejs - This demo shows how to integrate SurveyJS components with a NodeJS backend. (nodejs)
README
# SurveyJS + NodeJS Demo Example
This demo shows how to integrate [SurveyJS](https://surveyjs.io/) components with a NodeJS backend.
[View Demo Online](https://surveyjs-nodejs.azurewebsites.net/)
## Disclaimer
This demo must not be used as a real service as it doesn't cover such real-world survey service aspects as authentication, authorization, user management, access levels, and different security issues. These aspects are covered by backend-specific articles, forums, and documentation.
## Run the Application
Install [NodeJS](https://nodejs.org/) on your machine. After that, run the following commands:
```bash
git clone https://github.com/surveyjs/surveyjs-nodejs.git
cd surveyjs-nodejs
npm i
npm start
```Open http://localhost:3000 in your web browser.
## Client-Side App
The client-side part is the `surveyjs-react-client` React application. The current project includes only the application's build artifacts. Refer to the [surveyjs-react-client](https://github.com/surveyjs/surveyjs-react-client) repo for full code and information about the application.