Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

36 lines (30 loc) · 1.04 KB

Clean Architecture Template

What's included in the template?

  • SharedKernel project with common Domain-Driven Design abstractions.
  • Domain layer with sample entities.
  • Application layer with abstractions for:
    • CQRS
    • Example use cases
    • Cross-cutting concerns (logging, validation)
  • Infrastructure layer with:
    • Authentication
    • Permission authorization
    • EF Core, PostgreSQL
    • Serilog
  • Seq for searching and analyzing structured logs
  • Testing projects
    • Architecture testing

I'm open to hearing your feedback about the template and what you'd like to see in future iterations.

If you're ready to learn more, check out Pragmatic Clean Architecture:

  • Domain-Driven Design
  • Role-based authorization
  • Permission-based authorization
  • Distributed caching with Redis
  • OpenTelemetry
  • Outbox pattern
  • API Versioning
  • Unit testing
  • Functional testing
  • Integration testing

Stay awesome!