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
- Bootstrap 5
- Rubocop
- Stylelint
- Ruby Gems
To get local copy of the project and run
git clone https://github.com/bushmusi/budget-app.git
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
👤 Bushra Mustofa
- GitHub: @bushmusi
- Twitter: @bushera_mestofa
- LinkedIn: LinkedIn
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.