Budget application 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.
Ruby Ruby on Rails Postgresql
- Add Categories.
- List delete categories.
- Add transaction.
In order to run this project you need:
- Mac or PC
- Install Ruby
- Install Rails
- Install Postgresql
- Understanding of Ruby
- Clone this repository to your desired folder:
git clone /~https://github.com/codehass/Budget-app.git
- Navigate into the cloned folder
cd Budget-app
- Install this project with:
bundle install
- Set up the database
Change the username and password of your postgres account in
config/database.yml
rails db:create db:migrate
- Start the server
rails s
- Run tests
rails db:migrate RAILS_ENV=test
rspec spec
- if it shows error try using this command
bundle exec rspec spec
👤 Hassan EL OUARDY
- GitHub: @codehass
- Twitter: @hassanelourdy
- LinkedIn: Hassan El OUARDY
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please leave a ⭐️
- I would like to thank Microverse for providing us with reading materials that aided us to during the project development
- Credit to the original designer by Gregoire Vella on Behance
This project is MIT licensed.