dewinterjack / makersBNB

Find a space to stay for the night & list available spaces. Friendly platform for reliable, unique accomodation.
1 stars 1 forks source link

Clean up app.js: call other areas giving them dependencies #16

Open dewinterjack opened 6 years ago

dewinterjack commented 6 years ago

Only app.js needs to require things. Everything else can be called from here and given the parameters of their dependencies.

They can module.exports = function(app, mongoose){}