GET/api/projects/lendr200 OK
LendR
Lending/borrowing tracker with dual transaction modes, built on Vertical Slice Architecture.
dotnetreacttypescriptpostgresqlsignalrdocker
## What & why
A .NET 10 + React 19 app for tracking who owes what, built on Vertical Slice Architecture (FastEndpoints + MediatR) instead of the usual layered setup — each feature owns its own request/response/handler slice. Real-time SignalR notifications keep both sides of a transaction in sync, storage is pluggable between Oracle OCI object storage and local disk, and it runs self-hosted on a VPS.