Commit Graph

2 Commits

Author SHA1 Message Date
Kaloyan Danchev 248ad9eb96 Fix DNS resolution for upstream API proxy
Node's built-in DNS resolver (c-ares) can fail to resolve hostnames
that the system resolver handles fine. Set dns.setDefaultResultOrder
to use the system resolver order.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-19 08:13:25 +02:00
Kaloyan Danchev 87dadf1def Initial commit: booking-ewa v1.0.0
Embedded Web App for EV charging slot bookings. Express backend with JWT
auth and AMPECO Public API proxy. React SPA with booking CRUD, availability
checking, and runtime design token theming.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-18 19:34:13 +02:00