Skip to content

neb417/finance

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published