This app is about building a mobile web application to manage your budget: you have a list of transactions associated with a category to see how much money you spend and on what.
- Ruby On Rails (RoR)
- PostegreSQL
- Bootsrap
- RSpec
- Capybara
- Devise
- CanCanCan
- Bullet
rspec
To get a local copy up and running follow these simple example steps.
- Ruby 3.1.2 or newer
- Rails 7.0.4 or newer
- Git
- NPM or Yarn
- PostgreSQL
- Modern web browser
$ git clone https://github.com/Brenda309/Budget_app.git
$ cd recipe_app/
bundle install
gem install rspec
Execute command
$ rails server
Then browse http://localhost:3000
👤 Brenda Wihogora
- GitHub: @Brenda309
- Twitter: @BrendaWihogora
- LinkedIn: BrendaWihogora
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 used
- Inspiration
- etc
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.