Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 370 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 370 Bytes

Budgets

Budgets is a small Rails application that helps manage your finances.

Screenshot

Installation

  1. git clone https://github.com/adamcooke/budgets
  2. cd budgets
  3. bundle install
  4. Update config/database.yml with appropriate connection details.
  5. bundle exec rake db:schema:load
  6. procodile start