A mobile web application where you can manage your budget
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.
| Home page | Details page |
|---|---|
![]() |
![]() |
- Ruby on Rails
- PostgreSQL
- Bootstrap
To get a local copy up and running follow these simple example steps.
- Make sure you have Ruby on Rails set up properly on your computer
- Clone or download this repo on your machine
git clone git@github.com:Kalunge/Budget-Application.git
~ cd Budget-Application
# Go Postgres shell user
sudo -i -u postgres psql - rake db:reset#To create a test user
to test the app use email: "doe@mail.com", password: "qwerty" without the quotes
bundle installrails sbin/rails webpacker:install
and now run `rails s`rspec spec/👤 Titus Muthomi
- GitHub: @Kalunge
- Twitter: @titus_muthomi
- LinkedIn: Titus Muthomi
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.

