Skip to content

Project setup

  1. Open project in Visual Studio Code (for example, for the bank-user project repo, open Minority/Minority.Bank.sln)

  2. Build the solution in Visual Studio

  3. For Bank projects, run Initialize-UserSecrets [AreaName|All], for others run Minority/secrets.ps1

  4. Make sure SQL Server and RabbitMQ containers are running in Rancher

  5. For Bank projects, run Initialize-Db [AreaName] (Typically AreaName is the name of the repository), for others Run Minority/db.ps1

  6. Verify that all integration tests are running in Visual Studio

  7. For projects requiring Azure storage (such as KYC), install and start Azurite