After following instructions, I had to change the default port from 5000 to 6000.
on npm start I see below logs
~/Development/mflix-js ⌚ 16:52:17
$ npm start
> server@1.0.0 start /Users/jeffrey.thomas/Development/mflix-js
> nodemon -L ./index.js
[nodemon] 1.19.1
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node ./index.js`
Browserslist: caniuse-lite is outdated. Please run next command `npm update`
(node:4136) Warning: Accessing non-existent property 'count' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
(node:4136) Warning: Accessing non-existent property 'findOne' of module exports inside circular dependency
(node:4136) Warning: Accessing non-existent property 'remove' of module exports inside circular dependency
(node:4136) Warning: Accessing non-existent property 'updateOne' of module exports inside circular dependency
(node:4136) DeprecationWarning: current Server Discovery and Monitoring engine is deprecated, and will be removed in a future version. To use the new Server Discover and Monitoring engine, pass option { useUnifiedTopology: true } to MongoClient.connect.
listening on port 6000
when trying to access localhost:6000/status I get nothing.