Landing Page: fastsurvey.de
Project Documentation: docs.fastsurvey.de
API Documentation: api.fastsurvey.de/documentation/redoc
We take security very seriously. If you believe you have discovered a vulnerability, privacy issue, exposed data, or other security issues in any of our code, we want to hear from you. Please send an email to security@fastsurvey.de.
- specify your environment variables in a
.envfile - build and run with docker via
./scripts/build && ./scripts/run
- install the python version noted in
.python-versionviapyenv - install the poetry version noted in the
Dockerfile - install dependencies via
poetry install --remove-untracked - specify your environment variables in a
.envfile - run tests via
./scripts/test - run in development mode via
./scripts/develop