Myra is a browser-based recommendation experience focused on Wine and Beer with:
- Web experience in
/index.html - Backend API in
/backend
Current version: v0.3
- Home, guided flow, and results experience updated with responsive desktop/tablet/mobile visual system
- Guided mode and request mode streamlined for Wine + Beer
- Wine and Beer results now use aligned top-3 recommendation card patterns
- Retailer handoff section integrated into results flow
- Social sharing metadata support added on the web entry page
/index.html- legacy web entry experience/css- styling for web experience/js- client-side voice + parsing modules/data- recommendation data and mappings/backend- Express API and services
cd backend
npm install
npm run migrate
npm run devBackend default URL: http://localhost:4000
Open /index.html in your local dev server setup.
cd backend && npm run lint && npm run buildSee: myra-v0.3-updates.md





