Fresha-style booking: shops sign up, add services/therapists/hours, and get a public booking page they can drop into their Google Business Profile so customers book from Maps. Deposits via Stripe stop no-shows. Stack: Hono + Cloudflare Workers + D1 + Stripe, server-rendered HTML. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
1.1 KiB
Text
19 lines
1.1 KiB
Text
|
|
⛅️ wrangler 4.112.0
|
|
────────────────────
|
|
|
|
Cloudflare collects anonymous telemetry about your usage of Wrangler. Learn more at https://github.com/cloudflare/workers-sdk/tree/main/packages/wrangler/telemetry.md
|
|
Your Worker has access to the following bindings:
|
|
Binding Resource Mode
|
|
env.DB (kneadly) D1 Database local
|
|
env.BASE_URL ("https://kneadly.theradicalparty.com") Environment Variable local
|
|
|
|
⎔ Starting local server...
|
|
[wrangler:info] Ready on http://localhost:8811
|
|
[wrangler:info] GET /serenity-massage-bodywork/booked/6ed7fb492b564f7ead9acd15e1fbd377 200 OK (373ms)
|
|
[wrangler:info] GET /dashboard/bookings 200 OK (23ms)
|
|
[wrangler:info] GET /no-such-shop 404 Not Found (32ms)
|
|
[wrangler:info] POST /dashboard/bookings/6ed7fb492b564f7ead9acd15e1fbd377/complete 302 Found (14ms)
|
|
[wrangler:info] POST /dashboard/settings 302 Found (9ms)
|
|
[wrangler:info] POST /dashboard/staff 302 Found (12ms)
|
|
[wrangler:info] GET /serenity-massage-bodywork 200 OK (14ms)
|