Transform your restaurant experience with interactive QR code menus! Node.js webhook providing detailed dish information and personalized dining experiences.
TABLE_XX
Show table-specific welcome and menu overview with today's specials and server information.
DISH_XXX
Detailed dish information including ingredients, allergens, nutrition, and preparation time.
CAT_XXXXX
Category menu listings with all dishes in appetizers, mains, desserts, etc.
SPECIAL_XXX
Special offers and promotions with pricing, conditions, and validity periods.
The system supports comprehensive dietary indicators:
Rate dishes from 1-5 chili peppers:
Edit .env
file with your settings:
Edit menu-data.json
and restaurant-config.json
with your actual menu items, or let the system create sample data on first run.
POST /webhook
- Main AllCodeRelay webhook{"code": "TABLE_01"}
GET /admin/menu
- Get complete menu dataPOST /admin/menu/reload
- Reload menu from filesGET /health
- Health check and statusrestaurant-menu-webhook.js
- Main webhook scriptrestaurant-package.json
- Node.js dependencies.env.example
- Environment configurationrestaurant-menu-README.md
- Complete documentationReady to create an interactive restaurant menu with AllCodeRelay?
Download Webhook Script Download Package.json Download Config Template View Full Documentation