Skip to content

satyampushkar/dapr-fraud-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Sample app to Understand DAPR development using dotnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published