Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 411 Bytes

File metadata and controls

17 lines (11 loc) · 411 Bytes

ADR-001 — Stack Choice

Decision

Use Node.js + Express + EJS + Postgres.

Rationale

  • EJS avoids frontend build complexity
  • Express is widely understood and easy to demo
  • Postgres shows real SQL usage and analytics queries
  • Chart.js via CDN keeps UI simple

Alternatives Considered

  • React/Vite dashboard (more complexity)
  • ORM-heavy approach (less transparent SQL learning)