A Ruby on Rails app for managing personal budget and generating transactions with categories.
The BudgetApp keeps track of all your transactions and trades. This app will allow you to create categories, keep track of your budget, create transactions, and visualize your expenses. You can create an account and log in to any device.
- Ruby 3.1.2
- Ruby on Rails 7.0.3
- PostgreSQL 14.4
- Devise 4.8.1
- Hotwire Turbo/Stimulus
- Sass
- Bootstrap
To get a local copy up and running follow these simple steps.
- Have git correctly installed.
- Have Ruby correctly installed.
- Have Rails correctly installed.
- Have PostgreSQL correctly installed.
- Open a terminal window where you want to have installed a clone of the repository.
- Use this command to clone the repo:
$ git clone [email protected]:helio3197/budget-app.git
- Navigate to the repo folder:
$ cd budget-app
- Install the required dependencies:
$ bundle install
- Create database and load schema:
$ rails db:setup
- Run:
$ rails s
- Tests:
$ rspec
- Edit the content as you like.
👤 Kenny Salazar
- GitHub: @helio3197
- Twitter: @kennysalazar31
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Thanks to Microverse for the guidelines.
- Original design by Gregoire Vella: Behance
This project is MIT licensed.