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.
- Host: GitHub
- URL: https://github.com/sahar-abdelsamad/budget-app
- Owner: Sahar-AbdelSamad
- Created: 2022-05-23T08:10:50.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2025-07-22T12:58:14.000Z (12 months ago)
- Last Synced: 2025-07-22T13:06:00.233Z (12 months ago)
- Topics: postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://my-budget-sahar.herokuapp.com/
- Size: 1.47 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.

## Built With
- _**Ruby**_
- _**Rails**_
- _**PostgreSQL**_
### Preview

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