File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Quick Architecture Reference
22
3- ## ποΈ High-Level Architecture
3+ ## High-Level Architecture
44
55```
66βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
4040βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
4141```
4242
43- ## π§ Key Components
43+ ## Key Components
4444
4545| Component | Technology | Purpose |
4646| -----------| ------------| ---------|
5050| ** Repositories** | pgx/v5 | Database abstraction layer |
5151| ** Database** | PostgreSQL | Data persistence (via Supabase) |
5252
53- ## π Data Flow
53+ ## Data Flow
5454
5555```
5656Request β Router β Auth Middleware β Handler β Repository β Database
5757 β
5858Response β JSON β Processing β Query Result β PostgreSQL
5959```
6060
61- ## π Deployment
61+ ## Deployment
6262
6363- ** Platform** : Render/Heroku
6464- ** Database** : Supabase (PostgreSQL)
6565- ** Port** : Auto-detected (4445+ range)
66- - ** Health Check** : ` GET /api/health `
66+ - ** Health Check** : ` GET /api/health `
You canβt perform that action at this time.
0 commit comments