migrate to postgres

This commit is contained in:
m
2026-07-12 23:49:25 +02:00
parent e7b418b004
commit e59fde6a48
15 changed files with 151 additions and 125 deletions
+4 -1
View File
@@ -6,7 +6,7 @@ Project initialized — `webui/` (React Native) and `backend/` (Go) have scaffol
## Architecture
- **Backend**: Go, Gin HTTP framework, SQLite + FTS5, Tesseract OCR (system call)
- **Backend**: Go, Gin HTTP framework, PostgreSQL, Tesseract OCR (system call)
- **Frontend**: React Native (Expo SDK 57), React Navigation, TanStack Query, react-native-image-picker
## Key Commands
@@ -15,6 +15,9 @@ Project initialized — `webui/` (React Native) and `backend/` (Go) have scaffol
# Backend
cd backend && go run cmd/server/main.go
# PostgreSQL (via docker-compose)
docker compose up postgres -d
# Frontend
cd webui && npx expo start