asc-lab/better-code-with-ddd

How to run this sample solution?

saravanakumarrc opened this issue · 1 comments

I have executed the infra-up.sh and see the docker images are running as expected.
image

but if I run the TacticalDdd project then I see an authorization error.
image
Is there a document I can follow?

Could you please provide more information about the error (exception plus stacktrace) and info on how do you start the application (from VS or using dotnet run)?
The application requires postgres, rabbitmq (we have that in docker-compose) but also running DebtorRegistryMock (https://github.com/asc-lab/better-code-with-ddd/tree/ef_core/LoanApplication.TacticalDdd/DebtorRegistryMock). Try to run DebtorRegistryMock manually and then start the DDD project.