need help with hosting a simple website

hi, i am new to hosting projects, i just hosted a simple node + express application on netlify and i seem to be having issues.

in my node server.js file i have this
app.get("/course/:id", (req, res) => {
but when i go to "mynetlifyurl/course/1" i get the netlify page not found error

i tried askign gpt and bard for the solution but they aren't helpful
Was this page helpful?