This demo shows how to integrate SurveyJS components with a Django backend.
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.
git clone https://github.com/tsv2013/surveyjs-django.git cd surveyjs-djangocd surveyjs-django/client npm i npm run buildcd surveyjs-django # python -m venv .venv # create venv in working folder if needed - windows # python3 -m venv .venv # macos/linux pip install -r requirements.txt python manage.py migrate python manage.py runserverOpen http://localhost:8000 in your web browser.