https://github.com/widefix/pocketmoney
BudgetingKid - allowance tracker for your kids
https://github.com/widefix/pocketmoney
allowance finance-management financial-literacy rails ruby
Last synced: 7 months ago
JSON representation
BudgetingKid - allowance tracker for your kids
- Host: GitHub
- URL: https://github.com/widefix/pocketmoney
- Owner: widefix
- Created: 2023-08-14T10:50:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T20:27:07.000Z (over 1 year ago)
- Last Synced: 2024-08-23T20:12:49.893Z (about 1 year ago)
- Topics: allowance, finance-management, financial-literacy, rails, ruby
- Language: Ruby
- Homepage: https://budgetingkid.com
- Size: 10.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 137
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BUDGETINGkid
It's a debt management app that creates a formalised record of debts between you and your friends.
## Requirements
- postgresql
- ruby 2.7.4
- rails 6.1.4## Installation
- clone [repository](https://bitbucket.org/ka8725/pocketmoney)
- create config for **database.yml**
- `bundle install`
- `bundle exec rake db:create`
- `bundle exec rake db:migrate`
- `bundle exec rake db:seed`## Database configuration
Execute this command to configure database:
```bash
$ cp config/database.yml.example config/database.yml
```## Run app
To run app, you need to start a web server on your development machine. You can do this by running the following command in the blog directory:
```
bin/rails server
```To see application, open a browser window and navigate to http://localhost:3000.