This demo shows how to integrate SurveyJS components with a Python backend on the example of the Flask framework.
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.
Install NodeJS on your machine. After that, run the following commands:
git clone https://github.com/surveyjs/surveyjs-flask.git
cd surveyjs-flask
pip install -r requirements.txt
python ./app.py
Open http://localhost:5000 in your web browser.
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.