This is a calculator to help someone budget their finances, or practice Rails Development
This app requires Rails 7.1 and Ruby 3.2:
Get up and running with 4 easy steps!
- Add gems:
bundle install
- migrate the database:
rails db:migrate
- Migrate the seed data:
rails data:migrate
- Start your server:
bin/dev || rails s
- Fork it (https://github.com/neb417/finance/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request