chore: update architecture to submodule structure, remove empty placeholders
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user