✅ Frontend (Flask template) + Backend (Flask API)
Endpoints: /api/health, /api/hello, /api/echo
GET /api/health
GET /api/hello
POST /api/echo
Echo payload (JSON)
{"text":"hi from browser","n":123}
Response
{ waiting... }