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
- Host: GitHub
- URL: https://github.com/nimplay/budgetapp
- Owner: nimplay
- License: mit
- Created: 2022-11-14T16:46:16.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-16T02:34:25.000Z (over 3 years ago)
- Last Synced: 2025-03-02T15:31:56.888Z (over 1 year ago)
- Topics: capybara-rspec, rspec-rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 14.7 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Budgetapp - Ruby and Rails
This is the Budget app initiated in the fifth module in the Microverse program.
## Built With




- 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
%209.00.40%20p.%20m..png)
%209.02.08%20p.%20m..png)
%209.02.32%20p.%20m..png)
## Video Preview
https://drive.google.com/file/d/1z-eiGwALJcklGdSmJEu1WW_alwP97z7_/view?usp=sharing
## SQL schema
%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