One job
Your repo must answer one recruiter question fast: can I run this API and see the required backend skills?
Do not make them inspect every file. Put the run steps, env setup, routes, and example requests in the README.
What recruiters check
They will usually scan your folder structure, package scripts, README, and routes before reading deeper code. Your project should show Express 5 routes, middleware, body and query handling, status codes, env variables, and one centralized error handler.
Use Node.js 24 LTS for this track. Node.js 26 is the current non-LTS line, but production-oriented beginner projects should use an LTS release.