Need help debugging a “MODULE NOT FOUD” error in my code

I’m trying to start my server in order to run my application and test my requests through insomnia and see my data in mongoose. I keep running into this error “MODULE_NOT_FOUND”, I know this is in reference to the path I’m using to import models, but every way I troubleshooted the path it resulted in the same error. Is this being caused by the use of “exports.”?

I’m expecting for the server to start when I enter the command “node server.js”. I have tried multiple ways to change the path and double checked all of my files.

Details:

Error

thoughtController.js file

Repository: https://github.com/RG-GitUser/Social-Network-API