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

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

> This project is The Ruby on Rails capstone project which is about building a mobile web application where the user can manage his budget:
![screenshot](./app/assets/images/portfolio6.png)

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.