>The Ruby on Rails capstone project (remember what they are?) 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.
You can check out the video demo here.
You can check out the live demo here.
- Ruby on Rails
- Devise
- Bootstrap 5
To setup the project locally, clone the repository using:
$ git clone https://github.com/GOlivierNation/Budget_App.git
run:
$ bundle install
run:
$ rails db:create
$ rails db:migrate
$ rails db:seed
run:
$ rails s
run:
$ rspec
👤 Olivier Gasominali
- GitHub: @GOlivierNation
- Twitter: @OGasominali
- LinkedIn: LinkedIn
- Gregoire Vella on Behance.
- Hat tip to anyone whose code was used.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!