Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luffytaro22/budget-app
The Budget App is a mobile web application build on Ruby on Rails 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.
https://github.com/luffytaro22/budget-app
mvc-architecture postgresql ruby ruby-on-rails
Last synced: about 1 month ago
JSON representation
The Budget App is a mobile web application build on Ruby on Rails 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.
- Host: GitHub
- URL: https://github.com/luffytaro22/budget-app
- Owner: Luffytaro22
- License: mit
- Created: 2023-10-16T14:49:18.000Z (about 1 year ago)
- Default Branch: dev
- Last Pushed: 2024-01-08T19:46:05.000Z (12 months ago)
- Last Synced: 2024-05-17T15:42:35.482Z (7 months ago)
- Topics: mvc-architecture, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://budget-app-8wpl.onrender.com/
- Size: 333 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [π Recipe App ](#-recipe-app-)
- [π Built With ](#-built-with-)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [π Live Demo](#live-demo)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [Install](#install)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [π License ](#-license-)The **Budget App** is a mobile web application build on Ruby on Rails 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.
The design was made based on the Snapscan layout made by Gregoire Vella on Behance.
# π₯ Presentation video
* [Follow this link](https://drive.google.com/file/d/1sYThPupwEd6hsfnNaWhBPLvemaGte41G/view?usp=sharing)### Tech Stack
Back-end
Front-end
### Key Features
* Use of Rails framework.
* MVC architecture.
* Save and retrieve information from a PostgreSQL database.
* Log in and registration with Devise gem.
* Integration and unit tests with Capybara and RSpec.
* Authorization with CanCanCan gem.
* Find and solve N + 1 problems with Bullet gem.
### Prerequisites
In order to run this project you need to have:
- Installed Ruby (v 3.2.2).
- Installed PostgreSQL.
- If you're using Windows, have installed WSL.
- If you're using MacOS, an option is using UTM.
### Setup
To clone this repository to your desired folder, run the following command:
```
git clone [email protected]:Luffytaro22/Budget-app.git
```
### Usage
To open a local server, type the following command:
```
rails server
```
### Install
To install all the ruby gems, use the following command:
```
bundle install
```
To install the npm dependencies, use the following command:
```
npm install
```
After installing the gems, run this command to create and migrate a database:
```
rails db:create db:migrate
```
### Run tests
To run the RSpec unit and integration tests, use the following command:
```
rspec
```
### Deployment
You can deploy this project from the following link:
* Live demo link
π€ **Manuel SΓ‘nchez**
- GitHub: [@Luffytaro22](https://github.com/Luffytaro22)
- LinkedIn: [Manuel SΓ‘nchez](https://www.linkedin.com/in/manuel-alejandro-sanchez-sierra/)
## π Future Features
- [ ] Allow the user to delete and modify their categories and transactions.
- [ ] Implement an email confirmation.
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## βοΈ Show your support
If you like this project please give it a star βοΈ
I would like to give credits to the following:
* **Microverse** for this readme template.
* **Gregoire Vella on Behance** for his beautiful UI layout.
This project is [MIT](./LICENSE) licensed.