I'm trying to deploy my express js project to heroku. But It keeps showing me "Application error".
In the logs I keep getting error's like this
2022-09-20T06:23:24.063890+00:00 app[web.1]:
2022-09-20T06:23:24.063891+00:00 app[web.1]: Error: Cannot find module '../models/tour'
2022-09-20T06:23:24.063891+00:00 app[web.1]: Require stack:
2022-09-20T06:23:24.063892+00:00 app[web.1]: - /app/service/tour.service.js
2022-09-20T06:23:24.063892+00:00 app[web.1]: - /app/controller/tour.controller.js
2022-09-20T06:23:24.063893+00:00 app[web.1]: - /app/routes/tours.route.js
2022-09-20T06:23:24.063893+00:00 app[web.1]: - /app/app.js
2022-09-20T06:23:24.063893+00:00 app[web.1]: - /app/server.js
2022-09-20T06:23:24.063894+00:00 app[web.1]: at Function.Module._resolveFilename (node:internal/modules/cjs/loader:956:15)
Here is my Github repo for this project: https://github.com/AbdurrahmanTalha/ACC-assignment-1