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

https://github.com/walczyk123/thrive-budget

Your home, Your Budget, Your thriving future.
https://github.com/walczyk123/thrive-budget

Last synced: 3 months ago
JSON representation

Your home, Your Budget, Your thriving future.

Awesome Lists containing this project

README

        

# README

---

![logo.png](public%2Fimages%2Flogo.png)

---

Thrive Budget is an application created to support household budget management, especially when it consists of several
people and currencies. The application is intended to help summarize income and expenses, which will help to observe
the cash flow in the household and look for solutions that can bring greater savings.

---

## Basic project information:

* Ruby version: `3.1.0`
* Rails version: `7.0`

## Setup

```
bundle

rake db:create
rake db:migrate
rake db:seed
```