widefix / pocketmoney

BudgetingKid - allowance tracker for your kids

Home Page:https://budgetingkid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • 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:

$ 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.

About

BudgetingKid - allowance tracker for your kids

https://budgetingkid.com


Languages

Language:Ruby 54.4%Language:Slim 27.6%Language:SCSS 6.8%Language:HTML 6.5%Language:JavaScript 4.7%