Skip to content

Mark-Vu/fino-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fino-backend

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


Demo Video

PDFgear.-.10.October.2025.mp4

🚀 Tech Stack

  • .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

🔑 Key Features

  • 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

🛠️ Local Development

Prerequisites

Setup

# clone repo
git clone https://github.com/markvu9/fino-backend.git
cd fino-backend

# restore packages
dotnet restore

# run locally
dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors