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

https://github.com/ilynette/rails-budget-app

The Budget App is a mobile web application that allows the user to manage his/her budget: they have a list of transactions associated with a category, so that the user can see how much money they spend and on a particular category.
https://github.com/ilynette/rails-budget-app

postgresql rails ruby

Last synced: 10 months ago
JSON representation

The Budget App is a mobile web application that allows the user to manage his/her budget: they have a list of transactions associated with a category, so that the user can see how much money they spend and on a particular category.

Awesome Lists containing this project

README

          

# Budget App

> The Budget App is a mobile web application that allows the user to manage his/her budget: they have a list of transactions associated with a category, so that the user can see how much money they spend and on a particular category.

## Project screenshots
Screen Shot 2022-07-08 at 11 53 42 AMScreen Shot 2022-07-08 at 4 00 24 PMScreen Shot 2022-07-08 at 3 59 48 PM

> The project is following data model below:
> ![diagram](https://github.com/microverseinc/curriculum-rails/blob/main/capstone/images/erd_diagram.png)

## Built With

- Ruby
- Ruby on Rails
- PostgreSQL

## Live Demo

- [Check the app](budget-app-sebp.onrender.com/)
- [Video Presentation](https://www.loom.com/share/3d5c1263e3954ca5a641a0469476e0cc)

## Getting Started

- [Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) on your local machine
- [Install Ruby on Rails](https://guides.rubyonrails.org/v5.1/getting_started.html)
- Clone [this repository](https://github.com/iLynette/rails-budget-app.git)
```
git clone git@github.com:iLynette/budget-app-rails.git
```
- To get started, In the root directory run:
```
gem install bundler
```
Then run:
```
bundle install
```
To start the server run:

```
rails s
```
Open the browser with `localhost:3000`


## After installing bundle

Please run the following commands `rails db:create` `rails db:migrate` `rails s`

## Tests
```
bundle exec rspec
```
Or
```
rspec spec
```
### To track linter errors locally follow these steps:

Track linter errors run:
```
rubocop
```

## Author

:woman: **Lynette Aluoch Acholah**

- GitHub: [@iLynette](https://github.com/iLynette)
- Twitter: [@acholah_lynette](https://twitter.com/acholah_lynette)
- LinkedIn: [lynette-acholah](https://linkedin.com/in/lynette-acholah)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/iLynette/rails-budget-app/issues).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Thanks [Gregoire Vella on Behance](https://www.behance.net/gregoirevella) for the original design idea.
- Thanks to my morning session partners, coding partners and teammates.

## 📝 License

This project is [MIT](./MIT.md) licensed.
* [Creative Common License of design](https://creativecommons.org/licenses/by-nc/4.0/)