Skip to content

This app lets you manage your spending. You can add a category of items you want to spend and the app aggregates your net spend - Built with: (Ruby on Rails)

Notifications You must be signed in to change notification settings

Nyame-Wolf/budget-app

Repository files navigation

Ruby Rails

BudgetUp

This is a mobile budget app created using ruby on rails. It follows a design idea by Gregoire Vella on Behance. The user can sign-up, sign-in, create categories and track expenditure on the different transactions.

Quick view

Built With

  • Language: Ruby
  • Frameworks: Ruby on Rails
  • Testing:
    • Unit : RSpec
    • Integration : Capybara
  • IDE : vscode
  • Database : PostgressSQL
  • Template engine .erb
  • Linters:
    • CSS: Stylelint
    • Ruby: Rubocop

Entity relationship diagram for DB

Live Demo

Live Demo Link

Getting Started

  • Check the Ruby version or if you have one by running ruby -v if you get something like this ruby 2.6.8p205 (2021-07-07 revision 67951) you have Ruby installed.
  • Clone the repository by runiing ssh: git clone git@github.com:Nyame-Wolf/budget-app.git or http:git clone https://github.com/Nyame-Wolf/budget-app.git in your CLI.
  • cd budget-app
  • Run bundle install
  • Run rails db:create db:migrate
  • Run rails server
  • Open Browser http://localhost:3000/

Testing

  • Run rspec

Authors

👤 Mumenya Nyamu 🧑🏻‍💻

🤝 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

📝 License

This project is MIT licensed.

About

This app lets you manage your spending. You can add a category of items you want to spend and the app aggregates your net spend - Built with: (Ruby on Rails)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published