This repository now contains:
- app: React Native Android/iOS app
- backend: FastAPI API with email/password auth and user-scoped persistence
- web: Vite React web alternative
cd backend docker compose up --build
API URL: http://localhost:8000
cd app npm install npm start npm run android
Default Android emulator API URL is configured as: http://10.0.2.2:8000
cd web npm install cp .env.example .env npm run dev
Web dev URL: http://localhost:5173
Deploy the web folder and set:
- VITE_API_BASE_URL=https://your-backend-domain