https://github.com/ghiftee/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 have spent and on what.
https://github.com/ghiftee/budget-app
capybara-rspec devise postgresql rspec-rails ruby ruby-on-rails
Last synced: about 1 month 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 have spent and on what.
- Host: GitHub
- URL: https://github.com/ghiftee/budget-app
- Owner: Ghiftee
- License: mit
- Created: 2021-11-22T16:46:52.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2021-11-25T11:38:02.000Z (over 4 years ago)
- Last Synced: 2025-02-02T10:31:33.247Z (over 1 year ago)
- Topics: capybara-rspec, devise, postgresql, rspec-rails, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 430 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 Link](https://snapscan-budget.herokuapp.com/)
## Built With
- Ruby
- Ruby on rails
## Getting Started
To get a local copy up and running:
* Clone this repo with:
```bash
git clone https://github.com/Ghiftee/budget-app
```
* Navigate to the folder/directory
```bash
cd budget-app
```
## Run
- bundle install
- rails webpacker:install
- rails db:schema:load
- rails db:seed
- rails s
## Tests
- After cloning run bundle install
- Then run rails webpacker:install to install webpack dependencies
- Run bundle install again
- Finally, run bundle exec rspec to see the tests pass
## Author
👤 **Uwhubetine Gift**
- GitHub: [@Ghiftee](https://github.com/ghiftee)
- Twitter: [@Ghiftee](https://twitter.com/i_ghiftee)
- LinkedIn: [Ghiftee](https://linkedin.com/in/giftuwhubetine)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Acknowledgements
- Gregoire Vella on Behance for the design inspiration.
- Microverse inc for the project requirements.
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.