https://github.com/andres-condezo/budget_app
Budget app is 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.
https://github.com/andres-condezo/budget_app
rails ruby
Last synced: 2 months ago
JSON representation
Budget app is 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.
- Host: GitHub
- URL: https://github.com/andres-condezo/budget_app
- Owner: andres-condezo
- Created: 2022-08-01T17:14:40.000Z (almost 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-08-06T22:33:53.000Z (almost 4 years ago)
- Last Synced: 2025-06-09T16:07:00.159Z (about 1 year ago)
- Topics: rails, ruby
- Language: HTML
- Homepage:
- Size: 813 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Microverse]:https://img.shields.io/badge/Microverse-blueviolet
[Ruby]:https://img.shields.io/badge/ruby-%23CC342D.svg?style=for-the-badge&logo=ruby&logoColor=white
[Rails]:https://img.shields.io/badge/rails-%23CC0000.svg?style=for-the-badge&logo=ruby-on-rails&logoColor=white
[Postgres]:https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge&logo=postgresql&logoColor=white
[HTML5]:https://img.shields.io/badge/html5-%23E34F26.svg?style=for-the-badge&logo=html5&logoColor=white
[CSS3]:https://img.shields.io/badge/css3-%231572B6.svg?style=for-the-badge&logo=css3&logoColor=white
![Microverse]
# Buget App
![Ruby] ![Rails] ![Postgres] ![HTML5] ![CSS3]


> Budget app is 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.
Table of Contents
* [Live Demo](#live-demo)
* [Built With](#built-with)
* [Major languages:](#major-languages)
* [Framework:](#framework)
* [Getting Started](#getting-started)
* [Prerequisites](#prerequisites)
* [Setup](#setup)
* [Install](#install)
* [Usage](#usage)
* [Run Tests](#run-tests)
* [Authors](#authors)
* [Contributing](#contributing)
* [Show your support](#show-your-support)
* [Acknowledgments](#acknowledgments)
* [License](#license)
## Live Demo
https://protected-eyrie-07624.herokuapp.com/
## Built With
### Major languages
- Ruby
### Framework
- Ruby on Rails
## Getting Started
To get a local copy up and running follow these simple example steps:
### Prerequisites
- Ruby 3.1
- Ruby on rails 7.0
- PostgreSQL
- Node
- Yarn
### Setup
- Clone the repository:
```bash
git clone https://github.com/andres-condezo/Budget-app.git
cd Budget-app
```
### Install
- Install dependencies:
```bash
bundle install
```
### Usage
- In the project directory, you can run:
```bash
rails server
```
- Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
### Run Tests
- This runs all your tests:
```bash
bundle exec rspec .
```
- This runs one Rspec file:
```bash
bundle exec rspec ./spec//
```
## Authors
[@andres-condezo]:https://github.com/andres-condezo
[@andres_condezo]:https://twitter.com/andres_condezo
[andres-condezo]:https://www.linkedin.com/in/andres-condezo/
| 👤 | **Andres Condezo** |
|--------------|--------------------|
| **GitHub** | [@andres-condezo] |
| **Twitter** | [@andres_condezo] |
| **LinkedIn** | [andres-condezo] |
## Contributing
Contributions, issues, and feature requests are welcome! 🤝
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
[Gregoire Vella]:https://www.behance.net/gregoirevella
[Original design]:https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=
- [Original design] idea by [Gregoire Vella] on Behance.
## License
This project is [MIT](./MIT.md) licensed. 📝