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.
- Host: GitHub
- URL: https://github.com/walczyk123/thrive-budget
- Owner: walczyk123
- License: mit
- Created: 2023-08-27T16:15:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T17:57:50.000Z (over 1 year ago)
- Last Synced: 2025-01-20T08:37:25.850Z (4 months ago)
- Language: Ruby
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
---

---
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
```
bundlerake db:create
rake db:migrate
rake db:seed
```