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

https://github.com/sahar-abdelsamad/budget-app

The 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/sahar-abdelsamad/budget-app

postgresql ruby ruby-on-rails

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Budget app

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

![UML class diagram](https://github.com/microverseinc/curriculum-rails/blob/main/capstone/images/erd_diagram.png)

## Built With

- _**Ruby**_
- _**Rails**_
- _**PostgreSQL**_

### Preview

![This is a gif of the project](screenshot.gif)

## Video

[Here's a video presenting the features of the project](https://www.loom.com/share/8d4c963434054328a340a26d6beea198)

## Live Demo

[Live Demo Link](https://my-budget-sahar.herokuapp.com/)

## Getting Started

### Clone this repository

```bash
$ git@github.com:Sahar-AbdelSamad/budget-app.git
$ cd budget-app
```
### Install gems
```bash
$ bundle install
```

### Setup database
```bash
$ rails db:create
$ rails db:migrate
```

### Start server
```bash
$ rails s
```
Open http://localhost:3000/ in your browser

### Run tests
```bash
$ bundle exec rspec
```

## Authors

👤 **Sahar Abdel Samad**

- GitHub: [@sahar-abdelsamad](https://github.com/Sahar-AbdelSamad)
- Twitter: [@abdelsamadsahar](https://twitter.com/AbdelSamadSahar)
- LinkedIn: [sahar-abdel-samad](https://www.linkedin.com/in/sahar-abdel-samad/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

[Original design](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=) idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)