chore: add missing project scaffolding

This commit is contained in:
2026-03-06 14:34:16 +00:00
parent ed5ba58866
commit 370a50dcb2
2 changed files with 77 additions and 0 deletions

14
docs/architecture.md Normal file
View File

@@ -0,0 +1,14 @@
# 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