Files
voyage/docs/architecture.md

15 lines
485 B
Markdown

# 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