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.
- Ruby on Rails
- CSS
<img src = "./app/assets/images/mobile (2).png width ="200" />
- Rubocop
- Stylelint
- gem rails
- gem devise
- gem rspec
To get local copy of the project and run
git clone https://github.com/moise-mulungu/Budget_app
cd budget-app
gem install bundler
bundle install
rails s
Setup db
su - postgres
psql
create role budget with createdb login password 'budget'
rails db:setup
rails db:create
bundle exec rspec
rubocop
👤 Moise Mulungu
- GitHub: @moise-mulungu
- Twitter: @moise_mulungu
- LinkedIn: Moïse (Musa) Mulungu
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse: microverse community
- Gregoire Vella on Behance
This project is MIT licensed.