Tell us what’s happening:
Describe your issue in detail here.
I have been trying for days and can’t seem to pass this certification project Your project link(s)
OverwriteModelError: Cannot overwrite Issue model once compiled
You are redefining the Schemas inside projectControllers.js
You do not have any of the controllers defined in that file which you are importing in api.js
Not really sure what you are doing in projectControllers.js but your models are inside the models folder. The file is (as named) for the controllers, which is just route handlers.