Skip to content

Repo map

This repo is organized like:

  • src/auth/ – auth + tokens
  • src/celery/ – background tasks
  • src/db/ – DB models / access
  • src/endpoints/ – API endpoints
  • src/kms/ – encryption / key handling
  • src/mail/ – email sending
  • RAILWAY_SETUP.md – deployment notes
  • FLOW_ISSUES.md – known integration issues

Note

Keep docs in docs/ even if the code structure changes—your nav stays stable.