Simple, secure personal finance tool for managing your accounts.
https://finnow.andrewlalis.com
|
Build and Deploy Web App / build-and-deploy (push) Failing after 15s
Details
Build and Deploy API / build-and-deploy (push) Successful in 2m5s
Details
|
||
|---|---|---|
| .gitea/workflows | ||
| finnow-api | ||
| web-app | ||
| README.md | ||
| finn.svg | ||
| run.sh | ||
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.