Server is running. This is an API backend — open the chat in the Flutter app (make run-flutter), not in the browser.
POST /chat/message — send a messageGET /chat/history — message historyPOST /chat/upload — send an image (multipart)GET /chat/files/… — uploaded imagesGET /chat/ws?token=… — WebSocket for live replies