Update README

This commit is contained in:
Miroslav Vasilev 2024-01-04 09:19:37 +02:00
parent 10faf13ddb
commit d60dfdb72c

View file

@ -60,6 +60,12 @@ on the page, allowing you to create your own personal financial dashboard.
![img.png](.readme/statistics_page.png) ![img.png](.readme/statistics_page.png)
### Browse Your Transactions
You can access your parsed transactions from the `Transactions` page
![img.png](.readme/transactions_page.png)
## Setup ## Setup
The Personal Finances application is actually 3+1 separate applications. The first 3 can be found in this very repository, The Personal Finances application is actually 3+1 separate applications. The first 3 can be found in this very repository,
@ -67,12 +73,6 @@ and they are the frontend, the API gateway, and the PersonalFinancesService. The
provider, which in theory could be anything that supports OpenIDConnect or OAuth2. My personal auth provider `auth.mvvasilev.dev` provider, which in theory could be anything that supports OpenIDConnect or OAuth2. My personal auth provider `auth.mvvasilev.dev`
uses the awesome [Authentik](https://github.com/goauthentik/authentik) project. uses the awesome [Authentik](https://github.com/goauthentik/authentik) project.
### Browse Your Transactions
You can access your parsed transactions from the `Transactions` page
![img.png](.readme/transactions_page.png)
### Building Docker Images ### Building Docker Images
/* TODO */ /* TODO */