An open API service indexing awesome lists of open source software.

https://github.com/nimplay/budgetapp

This app allow control incomes and expense. Was created using Ruby on Rails
https://github.com/nimplay/budgetapp

capybara-rspec rspec-rails ruby ruby-on-rails

Last synced: about 2 months ago
JSON representation

This app allow control incomes and expense. Was created using Ruby on Rails

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)
# Budgetapp - Ruby and Rails
This is the Budget app initiated in the fifth module in the Microverse program.
## Built With
![](https://img.shields.io/badge/-Ruby-red)
![](https://img.shields.io/badge/-Rails-red)
![](https://img.shields.io/badge/-VSCode-blue)
![](https://img.shields.io/badge/-Rspec-red)
- Visual Studio Code
- Ruby version 3.1.2
- Ruby & rails version 7.0.4
- Rspec
- postgresql
- pgadmin4

## live
https://pure-springs-02528.herokuapp.com/
## App ScreenShot
![](/Captura%20de%20pantalla%202022-11-17%20a%20la(s)%209.00.40%20p.%20m..png)
![](/Captura%20de%20pantalla%202022-11-17%20a%20la(s)%209.02.08%20p.%20m..png)
![](/Captura%20de%20pantalla%202022-11-17%20a%20la(s)%209.02.32%20p.%20m..png)

## Video Preview

https://drive.google.com/file/d/1z-eiGwALJcklGdSmJEu1WW_alwP97z7_/view?usp=sharing

## SQL schema

![](/Captura%20de%20pantalla%202022-11-17%20a%20la(s)%209.24.34%20p.%20m..png)

## Getting Started

To get a local copy up and running follow these simple steps.

### Prerequisites

- [x] A code editor like Visual Studio Code with Git and Ruby and Rails.

You can check if Git is installed by running the following command in the terminal.
```
$ git --version
```

Likewise for Ruby installation.
```
$ ruby --version
```

Likewise for Rails installation.
```
$ rails --version
```
Likewise for pg installation.
```
$ pg --version
```

### Setup

Clone the repository using the GitHub link provided below.

### Install

In the terminal, go to your file directory and run this command.

```
$ git clone https://github.com/nimplay/budgetapp.git
```
```
$ bundle install
```

## Authors

👤 ** Nimrod Acosta **

- GitHub: [nimplay](https://github.com/nimplay)

- Twitter: [NimrodAcosta](https://twitter.com/NimrodAcosta)

- LinkedIn: [nimrod-acosta](https://www.linkedin.com/in/nimrod-acosta-734330169/)

## 🤝 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

- Based on the [design](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=&&&)
by [Gregoire Vella](http://linkedin.com/company/minimalapps)

- [Microverse](https://github.com/microverseinc) team.
- Coding Partners.
- Code Reviewers.

## 📝 License

This project is [MIT](./LICENSE) licensed.# README