Skip to content

Repository Structure

Top-level directories:

  • services/: main app and supporting services.
  • audio-api/: auxiliary transcription/admin audio services.
  • infra/: reverse proxy and infrastructure config.
  • contracts/: integration and API contract artifacts.
  • docs/: internal operations and engineering notes.
  • scripts/: operational scripts.

Important files:

  • docker-compose.yml: production-style stack.
  • docker-compose.dev.yml: development stack.
  • .env.example: full-platform environment template.
  • README.md: repository overview.

There is no root Node package manifest. Each service is built independently.