Skip to content

Example how to integrate SurveyJS products into Django based Web-site

Notifications You must be signed in to change notification settings

tsv2013/surveyjs-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SurveyJS + Django Demo Example

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

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.

Clone this repository

git clone https://github.com/tsv2013/surveyjs-django.git
cd surveyjs-django

Build Client-Side App

cd surveyjs-django/client
npm i
npm run build

Run the Application

cd surveyjs-django
pip install requirements.txt
python manage.py migrate  
python manage.py runserver

Open http://localhost:8000 in your web browser.

About

Example how to integrate SurveyJS products into Django based Web-site

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages