Recon Tasks Manager Service

Table of Contents

About

A Dapr MicroService that does reconciliation of records from previously uploaded file chunks.

Getting Started

Clone the repo

Prerequisites

- Dapr
- Rust

Installing

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

Running Tests

cargo test