Pantry tracker app with: - FastAPI backend + Vue 3 SPA frontend - SQLite via circuitforge-core (migrations 001-005) - Inventory CRUD, barcode scan, receipt OCR pipeline - Expiry prediction (deterministic + LLM fallback) - CF-core tier system integration - Cloud session support (menagerie)
3 lines
131 B
Bash
3 lines
131 B
Bash
# API Configuration
|
|
# Use the server's actual IP instead of localhost for remote access
|
|
VITE_API_URL=http://10.1.10.71:8000/api/v1
|