Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 871 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 871 Bytes

dapr-fraud-detection

Sample app to Understand DAPR development using dotnet in self-hosted mode.

  • Initialize dapr

    Run the command

    dapr init

    dapr --version

  • Start Infrastructure

    Change directory to 'src\Infrastructure' and run

    start-all.ps1

  • Start services in self-hosted mode

    Change directory to 'src\TransactionService' and run

    start-selfhosted.ps1

    Change directory to 'src\TransactionAnalyzerService' and run

    start-selfhosted.ps1

    Change directory to 'src\NotifierService' and run

    start-selfhosted.ps1

    Change directory to 'src\TransactionSimulation' and run

    dotnet run

  • Check emails (using maildev) at http://localhost:4000/#/

  • Check traces (using zipkin) at http://localhost:9411/zipkin/

  • Check RabbitMQ at http://localhost:15672/#/ (guest/guest)