BudgeTly is a mobile web application that allows you to 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.
Here is the link to the project presentation video
Here is the link to the live demo
| Splash Screen | Login Page |
|---|---|
![]() |
![]() |
| Transactions Page | Categories Page |
![]() |
![]() |
To get a local copy up and running follow these simple steps.
-
Clone the repo
git clone https://github.com/Chimwemwe-127001/budget-app.git
-
Goto project directory
cd budget-app -
Configure
database.ymlin the config folder according to your postgreSQL configuration -
Run app
rails server
or
rails s
bundle exec rspec will run all the tests.
Also, you can run bundle exec rspec spec/ to run specific tests.
You can also run RAILS_ENV=test rspec spec/ to run the tests in test mode.
If you encounter any errors, run the following commands.
-
Run
rails db:drop db:create db:migrateto drop, create and migrate a new database. -
Run
rubocop && rubocop -Ato check for and fix code errors.
-
Ruby on Rails
-
PostgreSQL
-
Bootstrap CSS Framework
👤 Chimwemwe-127001
-
Github : @Chimwemwe-127001
-
Twitter : @chimwewme
-
LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was a source of inspiration.
- A big thanks to @microverseinc.
- The design template provider Gregoire Vella on Behance.
This project is MIT licensed.



