docs(readme): correct cache backend naming and bump status date
Architecture table said Redis, but local dev uses Valkey and prod uses Dragonfly. Both speak the Redis protocol but neither is Redis.
This commit is contained in:
@@ -60,7 +60,7 @@ Monorepo. Components are plain directories, not git submodules.
|
||||
|
||||
| Layer | Stack |
|
||||
|--------------|--------------------------------------------------------------------|
|
||||
| Backend | Go REST API + WebSocket; PostgreSQL (PostGIS), Redis, S3 |
|
||||
| Backend | Go REST API + WebSocket; PostgreSQL (PostGIS), Valkey/Dragonfly, S3 |
|
||||
| Web | SvelteKit + Tailwind 4, SSR for SEO, runs on Bun |
|
||||
| Mobile | Flutter (Android + iOS) |
|
||||
| Auth | Custom (Go), e-mail+password / magic link / OAuth / 2FA |
|
||||
@@ -143,7 +143,7 @@ this by default.
|
||||
|
||||
## Status
|
||||
|
||||
Active development as of 2026-04-28. `backend/`, `web/`, and `app/` all contain
|
||||
Active development as of 2026-04-29. `backend/`, `web/`, and `app/` all contain
|
||||
working code (Go API scaffolding + auth, SvelteKit pages, Flutter skeleton).
|
||||
|
||||
- Current phase scope: `planning/15-mvp.md`
|
||||
|
||||
Reference in New Issue
Block a user