Getting started
Local stack
Section titled “Local stack”cp .env.example .envdocker compose up --buildThe app is served on APP_DOMAIN (default production: momentiq.oddvar.me). For local testing, set APP_DOMAIN=localhost in .env.
Super Admin login
Section titled “Super Admin login”- Open the Momentiq SPA and sign in with Auth0.
- Exchange the Auth0
id_tokenfor a Momentiq session JWT viaPOST /api/auth/momentiq-token. - Use
/dashboardfor questionnaire design and analysis.
Worker and queues
Section titled “Worker and queues”The Python worker consumes RabbitMQ queues prefixed with momentiq.* (jobs, campaigns, responses, external analysis, callbacks). Configure secrets with MOMENTIQ_WORKER_SECRET.