/survey-mang-1

Integrate SurveyJS components with a NodeJS backend

Primary LanguageJavaScriptOtherNOASSERTION

🏄🏻‍♂️ Survey Management App

This demo shows how to integrate SurveyJS components with a NodeJS backend.

Run the Application

Install NodeJS on your machine. After that, run the following commands:

git clone https://github.com/greenido/survey-mang-1.git
cd survey-mang-1
npm i
npm start

Open http://localhost:3000

TODO


View Demo Online


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 repo for full code and information about the application.