Backend for Fino — a multi-tenant SaaS platform that converts bank statements and receipts into structured CSV files, with tenant isolation and secure data handling.
👉 finotools.app
PDFgear.-.10.October.2025.mp4
- .NET 10 + FastEndpoints — REST API backend
- PostgreSQL (Supabase) — database and authentication
- AWS (S3, SQS, Textract, ECS) — file storage, queueing, OCR, and deployment
- Terraform — infrastructure as code
- Docker — containerization
- Multi-tenant architecture with subdomains (
company.finotools.app) - Separate public vs private flows (storage + queues)
- Secure file upload → processing → CSV conversion
- Role-based tenant management
- CI/CD deployment to AWS
# clone repo
git clone https://github.com/markvu9/fino-backend.git
cd fino-backend
# restore packages
dotnet restore
# run locally
dotnet run