Some checks failed
Deploy to Staging / Build Images (push) Has started running
Deploy to Staging / Deploy to Staging (push) Has been cancelled
Deploy to Staging / Verify Staging (push) Has been cancelled
Deploy to Staging / Notify Staging Ready (push) Has been cancelled
Deploy to Staging / Notify Staging Failure (push) Has been cancelled
925 B
925 B
backend/src/core/
Files
| File | What | When to read |
|---|---|---|
README.md |
Core module index with code examples | Understanding core infrastructure |
Subdirectories
| Directory | What | When to read |
|---|---|---|
auth/ |
Authentication utilities | JWT handling, user context |
config/ |
Configuration loading (env, database, redis) | Environment setup, connection pools |
logging/ |
Winston structured logging | Log configuration, debugging |
middleware/ |
Fastify middleware | Request processing, user extraction |
plugins/ |
Fastify plugins (auth, error, logging) | Plugin registration, hooks |
scheduler/ |
Job scheduling infrastructure | Scheduled tasks, cron jobs |
storage/ |
Storage abstraction and adapters | File storage, S3/filesystem |
user-preferences/ |
User preferences data and migrations | User settings storage |