Skip to content

A personal budgeting app built with Ruby on Rails for Flatiron School

License

Notifications You must be signed in to change notification settings

nicmlu/honest-budget

Repository files navigation

HonestBudget

A Rails app (built as a Flatiron Portfolio Project) designed to help users create a customized budget, keep track of their everyday expenses and know exactly where their money is going! Users can filter their purchases by category and have an accurate count of remaining money available.

Getting Started

These instructions will get HonestBudget up and running on your computer.

Prerequisites

Other than the gems listed in this app's Gemfile, you will need to have (Ruby)[https://www.ruby-lang.org/en/downloads/] and Rails installed on your local machine as well as the ability to install Ruby gems.

Installing

To run this app locally, fork and clone the GitHub repo to your local machine.

Change directories into the repo directory. Run bundle install to install dependencies, and rails db:migrate and rails db:seed to create and seed the database.

$cd honest-budget 
$bundle install
$rails db:migrate
$rails db:seed

Run $rails s to start a web server and access the app in a web browser.

$rails s

Use your favorite browser to visit the route displayed in the terminal. (E.g. http://localhost:3000)

Built With

  • Rails
  • Ruby
  • Materialize CSS

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/nicmlu/honest-budget. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

A personal budgeting app built with Ruby on Rails for Flatiron School

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published