Getting Started
Prerequisites
| Component | Version | Purpose |
|---|---|---|
| .NET SDK | 10.0+ | Build and run the service |
| Dapr CLI | 1.18+ | State store and pub/sub |
Quick Start
# Clone and run
dotnet run --project src/Virtufin.WorkManager
# Verify health
curl http://localhost:5001/health
Full Stack Integration
The WorkManager is designed to work alongside the API Gateway and WebSocketManager. See the Cross-Service Integration Guide for a complete walkthrough covering all three services with Docker Compose and Kubernetes manifests, topic ownership, health-check sequence, and shared Dapr components.
A multi-service docker-compose.yml is available in the API Gateway repository.