This 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.
- Major languages: Ruby
- Frameworks: Ruby on Rails
- Technologies used: Rubocop, gem, Postgresql
To use this project:
- Open terminal
- Clone it in your directory using https://github.com/AbrahaKahsay/budget-app.git
- Then cd recipe-app
- rails db:create
- rails db:drop
- rails db:reset
- rails s # or
- rails server #or
- bin/dev
- rails db:migrate
-rails generate rspec:model ModelName -rails generate rspec:controller ControllerName
- bin/rails spec or rspec
👨💻 Abraha Kahsay ✍️
- GitHub: @AbrahaKahsay
- Twitter: @abraha_ka
- LinkedIn: abraha-kahsay
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to Gregoire Vella on Behance the author of the original design
- Hat tip to anyone whose code was used
- Inspiration
- etc
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.