Skip to content

BudgetApp is a mobile web application where you can manage your budget, you have a list of transactions associated with a category, so that you can see how much money you spent and on what

Notifications You must be signed in to change notification settings

RolandM99/budget-app

Repository files navigation

Budget App

About the project

BulgaApp is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

Built With

Ruby     RSpec     Postgres     Visual Studio Code

Getting Started

To get a local copy up and running follow these simple example steps:

Prerequisites

  • Ruby 3.1.1 or 2.7.5
  • Rails 7.0.2
  • RSpec-rails 5.0.0

Setup

  1. In your terminal, cd to the directory where you want to copy this project.
  2. Still in your terminal, clone the repository by typing git clone https://github.com/rolandm99/budget-app.git
  3. Run cd budget-app

Install

  • After completing the setup section, type bundle install

Running the app

  • Run rake db:create:all and rake db:migrate
  • Run rake db:seed to populate the database with some sample data.
  • Run rails s to start the server.
  • In your browser, go to http://localhost:3000.

Testing

  • Run gem install rspec to install Rspec,
  • Run rspec spec to run all the test cases, and
  • Run rspec spec/name_of_test_file.rb to run test cases individually.

Author

👤 Roland Mweze

🤝 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

BudgetApp is a mobile web application where you can manage your budget, you have a list of transactions associated with a category, so that you can see how much money you spent and on what

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published