Simple, secure personal finance tool for managing your accounts.
Go to file
Andrew Lalis e29d4e1c0f
Build and Deploy Web App / build-and-deploy (push) Successful in 19s Details
Build and Deploy API / build-and-deploy (push) Successful in 1m20s Details
Added functioning account editor.
2025-08-16 20:34:42 -04:00
.gitea/workflows Clean up workflows, add command to restart API after uploading new one. 2025-08-09 09:53:06 -04:00
finnow-api Added functioning account editor. 2025-08-16 20:34:42 -04:00
flutter_app Added web app, refactored api to use new handyhttp. 2025-08-01 18:43:58 -04:00
web-app Added functioning account editor. 2025-08-16 20:34:42 -04:00
README.md Added run.sh and README.md 2024-08-01 18:53:03 -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 Flutter-based frontend for desktop and mobile applications for users.

There's a run.sh script available in the main directory to help with running the various parts of the app. The following commands are available:

Command Description
./run.sh api Runs the API locally for development.
./run.sh app Runs the app locally for development.
./run.sh clean Cleans all projects of build artefacts and other temporary files.
./run.sh build Builds all projects to produce artefacts for final usage.