Budget App This Budget App project 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 steps.
In order to run this project you need Ruby and Postgresql installed on your computer.
Clone this repository to your desired folder:
git clone https://github.com/Estherstarr/Budget-App.git
cd Budget-App
Then install the project's necessary dependencies with:
bundle install
Install this project with:
Run bundle install
Run rails db:create
Run rails db:migrate
To run the project, execute the following command:
./bin/dev
rails server or rails s
To run tests, run the following command:
To Run all tests - rspec spec --format documentation
To Run model tests - rspec spec/models
To Run integration tests - rspec spec/system
š¤ onwuanibe Onomeh
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give this project a āļø if you like it !
Ruby documentation Railsguide documentation
Original design idea by Gregoire Vella on Behance.
This project is MIT licensed.