A Dapr MicroService that does reconciliation of records from previously uploaded file chunks.
Clone the repo
- Dapr
- Rust
A step by step guide to get a development env running.
Run dapr
daprd --app-id svc-task-details-repository-manager --app-port 8080 --dapr-http-port 3500 --components-path "./dapr-components" --dapr-grpc-port 5005
Build the app
cargo build
Run the app
cargo run
cargo test