/tci-online

Access a survey, run it, store the scores.

Primary LanguagePython

Installation

prepare your virtual environment: python -m venv ./venv && source ./venv/bin/activate && pip install -r requirements.txt copy your settings file: cp settings.example.py settings.py run your app: python app.py

You can now open your browser at http://localhost:5000