Hi
I am in Chapter 1, Ticket: Connection
Cluster installed ok
Data is loaded in the DB (I can see it in mongo and in compass)
npm test -t mongoclient works (PASS)
npm test -t db-connection works (PASS)
npm start is ok
Accessing http://localhost:5000 works (I can see movie titles and pics)
The course then mentions: “Now proceed to the status page to run the full suite of integration tests and get your validation code.”
http://localhost:5000/status returns error 404: not found.
Indeed, nothing in the Javascript code seems to be there to handle a /status/ request
Can anyone please help?
Thanks