The Node.js server is working correctly. Only the app build files are missing.
npm install and then npm run build inside the project folder.dist folder (index.html + assets) into this server's public/ folder, replacing this file.
If the check returns "ok": true, everything is ready.
If not, re-check DB_NAME, DB_USER and DB_PASSWORD in the .env file.