Skip to content
bitzorcas
EN

Guide

Overview

Practical guides — add a module, add a feature, template project structure, and upgrade instructions.

Last updated

Step-by-step guides for common BitzOrcas development tasks.

Available guides

GuideDifficultyDescription
Add a moduleAdvancedCreate a new platform module with Vertical Slice Architecture
Add a featureIntermediateAdd a new feature to an existing module
UpgradingBeginnerHow to upgrade between versions

Development workflow

  1. Fork/clone the repository
  2. Run dotnet restore and dotnet build
  3. Start infrastructure: docker compose up -d (SQL Server + RabbitMQ)
  4. Initialize schema: dotnet run --project src/Hosts/BitzOrcas.Api -- --init-schema --seed-demo
  5. Run the API: dotnet run --project src/Hosts/BitzOrcas.AppHost
  6. Open API docs at http://localhost:scalar