A mobile web application where users can manage their budget: they have a list of transactions associated with a category, so that they can see how much money they spent and on what. It is built using Ruby, Rails, Postgres, and Rspec.
- Programming Language: Ruby
- Framework : Ruby on Rails
- Linter: Rubocop
- VS Code
You can get a local copy up and running following these simple steps.
- A web browser like Google Chrome.
- A code editor like Visual Studio Code with Git and Ruby.
https://documenter.getpostman.com/view/15224667/VUqypEbM
In the terminal, go to your file directory and run this command.
Clone the repository
git clone https://github.com/jssol/budget-app
cd budget-app
Install Gemfile
bundle install
Run the app
rails s
To check linter
rubocop --color
To run testing
rspec
👤 Jonathan Sivahera
- GitHub: @jssol
- Twitter: @jsivahera
- LinkedIn: jsivahera
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Original design idea by Gregoire Vella on Behance.
This project is AGPL-3.0 licensed.