i updated code as the responses said earlier. changed (./controllers/RegisterConroller.js) to (./src/controllers/RegisterController.js), included body parser as well.
in app.js i updated line 28, it was just : app.post(’/register, RegisterController.store); before to the line 28 on the pic in app.js.
still cannot get server running on port 5000. please assist.
see attached images.

