a85890f30a
- mobile/: Flutter/Dart merchant mobile app skeleton - .github/: GitHub Actions CI workflows - .dockerignore: exclude host node_modules from build context - .cursorrules: Cursor IDE project rules - .claude/: Claude Code project settings and launch config Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
796 B
796 B
Meezi mobile app
Flutter 3 app — customer (discover, QR menu, cart, reservations) + staff HR.
Setup
- Install Flutter 3.x and add it to
PATH. - From this folder:
flutter create . --project-name meezi_app
flutter pub get
flutter run -d chrome
- Set API base URL in
lib/core/api/api_config.dart(Docker default:http://localhost:5080).
Routes
| Path | Screen |
|---|---|
/discover |
Café list |
/qr |
Enter table QR (demo_table_01) |
/cafe/:slug/menu |
Menu + add to cart |
/cafe/:slug/cart |
Checkout |
/cafe/:slug/reserve |
Table reservation |
/order/:id/track |
Order status |
/hr/attendance |
Staff clock-in |
Demo: open /qr → demo_table_01 → order → track.