Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 714 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 714 Bytes

Finance Calculator

This is a calculator to help someone budget their finances, or practice Rails Development

Installation

This app requires Rails 7.1 and Ruby 3.2:

Get up and running with 4 easy steps!

  1. Add gems:
bundle install
  1. migrate the database:
rails db:migrate
  1. Migrate the seed data:
rails data:migrate
  1. Start your server:
bin/dev || rails s

Contributing

  1. Fork it (https://github.com/neb417/finance/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request