# Sojorn Sojorn is a calm, consent-first social platform. ## Architecture This project has been migrated from a Supabase backend to a custom Go backend. - **Client**: `sojorn_app/` (Flutter) - **Backend**: `go-backend/` (Go/Gin + PostgreSQL) - **Docs**: `sojorn_docs/` - **Legacy**: `_legacy/` (contains old Supabase functions and migrations) - **Migrations**: `go-backend/internal/database/migrations` (Active) ## Getting Started See `go-backend/README.md` for backend setup and `sojorn_app/README.md` for client setup.