https://github.com/vty1999/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/vty1999/budget-app
css erb postgresql rails rspec-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/vty1999/budget-app
- Owner: VTY1999
- License: mit
- Created: 2022-06-06T07:17:35.000Z (about 4 years ago)
- Default Branch: development
- Last Pushed: 2022-06-20T16:38:21.000Z (about 4 years ago)
- Last Synced: 2025-11-11T20:01:41.598Z (8 months ago)
- Topics: css, erb, postgresql, rails, rspec-rails, ruby
- Language: Ruby
- Homepage: https://arcane-escarpment-57706.herokuapp.com/
- Size: 138 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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.
## Live Demo
- [Bugdet-app](https://arcane-escarpment-57706.herokuapp.com/)
## Presentation video
[Presentation](https://www.loom.com/share/252ded744a094d8d879320a8a3898a63)
## Built With
- Major language
- Ruby
- Rails
- RSpec
- PostgreSQL
- CSS
- ERB
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- A text editor(preferably Visual Studio Code)
### Install
- [Git](https://git-scm.com/downloads)
- [Ruby](https://www.ruby-lang.org/en/downloads/)
- [PostgreSQL](https://www.postgresql.org/download/)
- [Node.js](https://nodejs.org/en/download/)
- `gem install rails`
### Usage
#### Clone this repository
```bash
git clone
$ https://github.com/VTY1999/Budget-app.git
$ cd Budget-app
```
```
```bash
- bundle install
- rails s
```
### Run Test
```bash
- rspec spec/
```
## Author
👤 **Francis Verissimo**
- GitHub: [@githubhandle](https://github.com/VTY1999)
- Twitter: [@twitterhandle](https://twitter.com/verissimoty?s=09)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/francis-o-verissimo/)
## 🤝 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
- Credit to [Gregoire Vella on Behance](https://www.behance.net/gregoirevella), the author of the original [creative common license](https://creativecommons.org/licenses/by-nc/4.0/)
## 📝 License
This project is [MIT](./LICENSE) licensed.