Budget App is about building 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.
To get a local copy up and running follow these simple example steps.
Open your console. Run the following
If you are using HTTPS
"git clone https://github.com/ijeomaodinko/Budget-app.git
If you are using a SSH key.
"git clone https://github.com/ijeomaodinko/Budget-app.git
Press ENTER to create your local clone. After creating it, you can open the app through the open folder in Vscode or typing cd blog-app
on the terminal
In order to run this project you need:
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/ijeomaodinko/Budget-app.git
bundle install
rails s
Open it by accessing http://localhost:3000/ on your browser.
To install rspec in the terminal:
$ gem install rspec
To run tests, run this command
$ rspec ./spec/#{filename}_spec.rb
rails db:create
rails db:drop
rails db:reset
rails db:migrate
rails generate controller NAME [action action] [options]
You can deploy this project using: Heroku
Ijeoma Odinko
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a βοΈ if you like this projectβ¦
I appropriate credit to Gregoire Vella on Behance the author of the original design, as required by the Creative Commons license of the design
Add at least 2 questions new developers would ask when they decide to use your project.
How to create expenses for a category
Add Expense
.How to Sign Up
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.