Skip to content

Instantly share code, notes, and snippets.

@royib
Created October 16, 2019 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save royib/9cf092ab873a3a0940aef151867d37e9 to your computer and use it in GitHub Desktop.
Save royib/9cf092ab873a3a0940aef151867d37e9 to your computer and use it in GitHub Desktop.
Node Clean Architecture - Frameworks-projectDependencies.js with mongoDb configuration
module.exports = (() => {
return {
DatabaseService: new MongoDBDatabaseServices(),
CrmServices: new UniversityCrmServices()
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment