-
Enable Email/Password Authentication
- Go to Firebase Console → Your Project → Authentication → Sign-in method
- Enable Email/Password provider
-
Firestore Indexes (optional)
- The app works without indexes; queries are simplified for dev.
- For production scale, deploy:
firebase deploy --only firestore:indexes
npm run install:all # Install all dependencies
npm run dev # Start client, server, and AI service- Client: http://localhost:5173 (or 5174 if 5173 is in use)
- Server: http://localhost:4000
- AI Service: http://localhost:8000