Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 663 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 663 Bytes

.NET Core DDD

This is a simple project to demonstrate how to implement Domain-Driven Design (DDD) using .NET Core.

Technologies

  • .NET Core 8.0
  • Entity Framework Core
  • MediatR
  • FluentValidation
  • AutoMapper
  • xUnit
  • Moq
  • FluentAssertions

How to run

  1. Clone the repository
  2. Open the solution in Visual Studio or Visual Studio Code
  3. Run the project
  4. Open the browser and go to https://localhost:5001/swagger
  5. Test the endpoints
  6. Enjoy!

References

Enjoy! 🚀 and Lean