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

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.

Awesome Lists containing this project

README

          

![](https://camo.githubusercontent.com/8a4ae3fb98faf74ddf78a6677ceaa6e8872f7f340f569b7c5e1aa9bcc4061d95/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6963726f76657273652d626c756576696f6c6574)

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