Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 685 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 685 Bytes

open-survey-tool

The sagsderpolizei.de is a survey tool with special focus on privacy and anonymity of participants. It is designed to provide feedback to government authorities and other government institutions without them being able to track who has provided the feedback.

Project origin

The project started at the UpdateDeutschland 48h-Sprint.

Dev setup

  1. Mark src/open_survey_tool as source root in Pycharm
  2. cd src/ && python -m venv venv
  3. source venv/bin/activate
  4. pip install -r src/requirements-dev.txt
  5. docker-compose up -d
  6. In src/open_survey_tool run python manage.py migrate
  7. Run docker-compose down --volumes to clear the DB.