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