This port is the backend API, not the web app UI.
Open the app UI: http://localhost:3000 (start frontend with npm run dev in frontend/)
npm run dev
frontend/
Do not use 0.0.0.0 in the browser — use localhost or 127.0.0.1 instead.
0.0.0.0
localhost
127.0.0.1