How should I go about structuring my express/mongoose application, so that I can use my schemas, models, routes and the functions that get called when those routes are hit?
I wrote a module orm-model that can help you structure models in your nodejs app.