Simple, secure personal finance tool for managing your accounts. https://finnow.andrewlalis.com
Go to file
Andrew Lalis c0542900be
Build Web App / build-and-deploy (push) Successful in 19s Details
Build and Test API / build-and-deploy (push) Successful in 1m51s Details
Added initial no-op scheduled task for creating drafts from recurring transactions.
2026-06-30 15:32:44 -04:00
.gitea/workflows Update trigger path to dev workflow files. 2026-06-27 18:37:31 -04:00
finnow-api Added initial no-op scheduled task for creating drafts from recurring transactions. 2026-06-30 15:32:44 -04:00
web-app Added recurring transaction API implementation and UI elements. 2026-06-30 15:17:09 -04:00
README.md Removed flutter app, and updated readme. 2026-03-14 23:02:25 -04:00
finn.svg Added remaining API clients, Finn icon. 2025-08-02 10:17:44 -04:00
run.sh Added run.sh and README.md 2024-08-01 18:53:03 -04:00

README.md

Finnow

A financial tracking and planning application for individuals!

This application consists of a backend API that separately stores and accesses each user's data, and a web application for users to easily access and modify that data.

The source code is organized as a mono-repo, where all parts of the application are committed as a single version. This simplifies API compatibility with the web application, and simplifies git history.

See each sub-directory for that component's specific setup instructions.