https://github.com/selma-belhadj/budgetapp
This 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/selma-belhadj/budgetapp
postgresql ruby ruby-on-rails
Last synced: about 1 year ago
JSON representation
This 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/selma-belhadj/budgetapp
- Owner: selma-belhadj
- Created: 2022-08-01T11:05:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T23:31:49.000Z (over 3 years ago)
- Last Synced: 2025-03-23T21:45:58.549Z (about 1 year ago)
- Topics: postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://cash-app-dz.onrender.com/
- Size: 271 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

> This project is The Ruby on Rails capstone project which is about building a mobile web application where the user can manage his budget:

he can have a list of transactions associated with a category, so that he can see how much money you spent and on what.
This Ruby on Rails application allows the user to:
* register and log in, so that the data is private to them.
* introduce new transactions associated with a category.
* see the money spent on each category.
## [Live Demo](https://cash-app-dz.onrender.com/)
## Getting Started
- clone the repository
`git clone https://github.com/selma-belhadj/BudgetApp.git`
- navigate to the folder
`cd BudgetApp`
- checkout the feature
`git checkout developement`
- Install packages
`bundle install`
- Setup database
`rails db:setup`
- Run migration
`rails db:migrate`
## Built With
- Ruby
- Ruby on Rails
- PostgreSQL
## Authors
👤 **Selma Belhadj**
- GitHub: [@selma-belhadj](https://github.com/selma-belhadj)
- Twitter: [@selma_bel_hadj](https://twitter.com/selma_bel_hadj)
- LinkedIn: [@selma-belhadj](https://www.linkedin.com/in/selma-belhadj/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/selma-belhadj/BudgetApp/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.