/budget-app-rails

The Ruby on Rails Budget App is about building a mobile web application where users can manage the budget: they have a list of transactions associated with a category so that the users can see how much money they spent on each category.

Primary LanguageRuby

Budget App

The Ruby on Rails Budget App is about building a mobile web application where user can manage the budget: they have a list of transactions associated with a category, so that the user can see how much money they spent and on what.

The project is following data model below: diagram

Built With

  • Ruby
  • Ruby on Rails
  • PostgreSQL

Live Demo

Getting Started

  • Install Ruby on your local machine

  • Install Ruby on Rails

  • Clone this repository

    git clone git@github.com:Meri-MG/budget-app-rails.git
    
  • To get started, In the root directory run:

    gem install bundler
    

    Then run:

    bundle install
    

    To start the server run:

    rails s
    

    Open the browser with localhost:3000

After installing bundle

Please run the following commands rails db:create rails db:migrate rails s

Tests

bundle exec rspec

Or

rspec spec

To track linter errors locally follow these steps:

Track linter errors run:

rubocop

Author

👩 Meri Gogichashvili

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Thanks Gregoire Vella on Behance for the original design idea.
  • Thanks to my morning session partners, coding partners and teammates.

📝 License

This project is MIT licensed.