clean-architecture-implementation
clean-architecture-implementation copied to clipboard
A quick and dirty implementation of Uncle Bob's Clean Architecture paradigm
Results
2
clean-architecture-implementation issues
Sort by
recently updated
recently updated
newest added
Hi @dcaponi I really like your approach and yours is the only I found so close to what I was looking for. Therefore, I am planning to migrate an existing...
Would be nice to use the loadClass() method (https://mongoosejs.com/docs/guide.html#es6-classes) to create the mongoose shcemas from the Model plain classes without the need to re-write the model attributes as Mongoose schemas....