chore: update architecture to submodule structure, remove empty placeholders

This commit is contained in:
2026-02-18 04:45:38 +01:00
parent 422593b184
commit fe66be0a1b

View File

@@ -10,13 +10,12 @@ All planning documents are in `planning/`. Read `17-roadmap.md` for the phased f
## Architecture
Monorepo with three components:
Root repo (`marktvogt.de/root`) with submodules. Each component is a separate repo within the `marktvogt.de` org on somegit.dev:
- **`backend/`** — Go REST API + WebSocket (chat). PostgreSQL (+ PostGIS), Redis, S3 (self-hosted on itsh.dev).
- **`web/`** — SvelteKit + Tailwind 4. SSR for SEO. Consumes the Go API.
- **`app/`** — Flutter mobile app (Android + iOS). Consumes the Go API.
A separate admin dashboard (own project, not in this repo) will be added later.
- **`admin/`** — Separate admin dashboard (own repo, added later).
## Tech Stack