to run the project you need to run 3 tiers (3 separate processes) tier3: run main class in ./database/src/main/java/main.java file
tier 2: change directory to ./business_logic run: dotnet run
tier1: change to directory ./ClientApp run: dotnet run
open browser to address https://localhost:5003