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

https://github.com/arnaudband/budget_app

This app is about building 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/arnaudband/budget_app

devise rubocop-rails ruby-on-rails rubygems sass-framework

Last synced: about 2 months ago
JSON representation

This app is about building 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.

Awesome Lists containing this project

README

        

# Budget app

Budget app is about building 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.

## Built With

- Ruby -v 3.0.2
- Rails -v 7.0.4
- gem 'rspec'
- gem 'sass-rails'

### Presentation

[Video](https://www.loom.com/share/711cc33bc1644273b2a30b881b96c54d)

### Live

[budgetapp](https://budget-app-arnaud.herokuapp.com/)

### Getting Started

To get a local copy up and running follow these simple steps:

#### Prerequisites

- Ruby -v 3.0.2
- Rails -v 7.0.4
- Postgresql

#### Setup

- Open the terminal and run the following commands:

```
- git clone [email protected]:ArnaudBand/budget_app.git
- rails new . --database=postgresql -T
- cd budget_app

```

- Run the application on the server using this command

`rails s`

- Run the test using this following command:

`
- rspec spec/models
- rspec spec/system
- rspec spec/request`

#### Author

*Bandonkeye Arnaud*

- Github: [ArnaudBand](https://github.com/ArnaudBand)
- Linkedin: [Arnaud](https://www.linkedin.com/in/ArnaudBandonkeye/)
- Twitter: [@ba104781](https://twitter.com/ba104781)

#### Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ArnaudBand/budget_app/issues).

#### Show your support

Give a star if you like this project!

#### Acknowledgments

[Microverse](https://www.microverse.org/) for the motivation.

Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).

The [Creative Commons license](https://creativecommons.org/licenses/by-nc/4.0/) of the design requires that you give appropriate credit to the author.

#### License

This project is [MIT](https://www.mit.edu/about/) licensed.