An open API service indexing awesome lists of open source software.

https://github.com/deryeger/finwa-legacy


https://github.com/deryeger/finwa-legacy

angular finance-management kotlin ktor typescript

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# FinWa

[![Frontend CI](https://github.com/DerYeger/finwa-legacy/actions/workflows/frontend_ci.yml/badge.svg?branch=develop&event=push)](https://github.com/DerYeger/finwa/actions/workflows/frontend_ci.yml)
[![Backend CI](https://github.com/DerYeger/finwa-legacy/actions/workflows/backend_ci.yml/badge.svg?branch=develop&event=push)](https://github.com/DerYeger/finwa/actions/workflows/backend_ci.yml)

FinWa (**Fin**ance **Wa**tcher) is an application which helps keeping track of ongoing spendings.
It consists of two components
- The frontend hosted on [GitHub Pages](https://finwa.yeger.eu).
- A self-hosted backend, available on [DockerHub](https://hub.docker.com/repository/docker/deryeger/finwa-backend).
The stack of the backend is available [here](https://github.com/DerYeger/finwa-legacy-stack).

~~FinWa is currently in development.~~

## Notice

This project has been abandoned and replaced by https://github.com/DerYeger/finwa.

## Planned features

- One-time expenses
- Continuous expenses (weekly, monthly, yearly)
- Cost sharing
- Visualization through various charts
- `docker-compose.yml` for easy deployment