From 7bcab5afd831dfe2bfd2ae888e50a585623dfb19 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 7 Mar 2026 20:21:06 +0000 Subject: [PATCH] rm docs/ --- docs/architecture.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 docs/architecture.md diff --git a/docs/architecture.md b/docs/architecture.md deleted file mode 100644 index bee808af..00000000 --- a/docs/architecture.md +++ /dev/null @@ -1,14 +0,0 @@ -# Architecture - -Voyage is a full-stack travel companion application (a fork of AdventureLog) with a SvelteKit + TypeScript frontend, a Django + Django REST Framework backend, and a PostgreSQL/PostGIS database, with supporting documentation in VitePress and containerized development/deployment via Docker Compose. - -## TODO - -This is a stub and must be expanded with: - -- System diagrams -- Data flow -- Component relationships -- API design -- Database schema overview -- Deployment topology