Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesarherr/budget_app
This application is designed to help you manage your finances. This was develop with ruby on rails and postgresql
https://github.com/cesarherr/budget_app
capybara-rspec deployment devise postgresql ruby-on-rails
Last synced: 29 days ago
JSON representation
This application is designed to help you manage your finances. This was develop with ruby on rails and postgresql
- Host: GitHub
- URL: https://github.com/cesarherr/budget_app
- Owner: CesarHerr
- License: mit
- Created: 2023-10-14T23:02:52.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-01-18T02:09:49.000Z (about 1 year ago)
- Last Synced: 2025-01-02T02:14:42.290Z (about 1 month ago)
- Topics: capybara-rspec, deployment, devise, postgresql, ruby-on-rails
- Language: Ruby
- Homepage: https://paid-ups.cesarherr.tech
- Size: 557 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Paid Ups
![paid_ups](https://github.com/CesarHerr/budget_app/assets/111262493/7d131533-ce87-4834-83eb-94932e5b6ea0)
# π Table of Contents
- [π About the Project](#about-project)
- [π Built With](#built-with)
- [Tech Stack](#tech-stack)
- [π» Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [π Live Demo ](#-live-demo-)
- [π₯ Authors](#authors)
- [π Future Features](#future-features)
- [π€ Contributing](#contributing)
- [βοΈ Show your support](#support)
- [π Acknowledgements](#acknowledgements)
- [π License](#license)**Paid Ups**
This application is designed to help you manage your finances and expenses, assisting in maintaining clear financial organization for personal, family, or work-related finances.
Ruby on Rails
PostgreSQL
Devise
Rspec
Capybara
Tailwind
1. Ensure you have Ruby 3.2.2 at least, installed on your system. You can check your Ruby version in the terminal by running:
```
ruby -v
```
2. You can clone the project :
Using HTTPS:
```
git clone https://github.com/CesarHerr/budget_app.git
```
To run this project locally, follow these steps:
1. Open your terminal or command prompt.
2. Navigate to the directory where you have cloned or downloaded the Recipe App repository.
3. Run the following command to install any required dependencies:
```
bundle install
```
4. You need to make sure you have PostgreSQL installed and configured on your local computer beforehand, then create the database for the project:
```
rails db:create
```
5. Now you need to create the tables and relationships that the project needs:
```
rails db:migrate
```
1. Once the setup is complete, ensure you are still in the directory containing the Recipe App files.
2. To run the app, execute the following command:
```
rails s
```
1. You can install tailwind to use it in the project.
```
rails tailwindcss:install
```
2. You can run de server using this:
```
bin/dev
```
To run the tests ensure you are in the directory containing the test files.
1. Run the tests using the following command:
```
rspec
```
(optional) If you have problem with a different version of 'regexp_parser', you can run the tests with the
version of the gemfile with this command:
```
bundle exec rspec
```
- All tests should pass without any errors or failures, ensuring that the code and its methods are functioning correctly.
> You can see the live demo of this project: [click here](https://paid-ups-af6ec0783e54.herokuapp.com/)
> You can see the Video presentation: [click here](https://www.loom.com/share/77d634395995413983b2e9fb229a2454?sid=50ebbe57-4026-4927-94e3-2c9c5dd330ca)
π€ **CΓ©sar Herrera**
- GitHub: [@cesarherr](https://github.com/cesarherr)
- LinkedIn: [CesarHerr](https://www.linkedin.com/in/cesarherr/)
- [x] **Create a Database**
- [x] **Add Migrations**
- [x] **Add Models**
- [x] **Add Controllers**
- [x] **Add Views**
- [x] **Add tests**
- [x] **Show Categories at index page**
- [x] **Show Categories by users**
- [x] **Show transactions by Category**
- [x] **Authentication User**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/CesarHerr/budget_app/issues).
If you like this project give it a star βοΈ
**I would like to thanks [Gregoire Vella](https://www.behance.net/gregoirevella) for the design idea, and thanks to Microverse for giving us the opportunity to learn and grow as developers. π**
This project is [MIT](./LICENSE) licensed.