ivanpaulovich / hexagonal-architecture-acerola

An Hexagonal Architecture service template with DDD, CQRS, TDD and SOLID using .NET Core 2.0. All small features are testable and could be mocked. Adapters could be mocked or exchanged.
http://paulovich.net/acerola/
Apache License 2.0
459 stars 98 forks source link

Major redesign #5

Closed ivanpaulovich closed 6 years ago

ivanpaulovich commented 6 years ago

New Tests. Enrich domain. Automapper removed. Mongo data access updated.