https://github.com/christianbiring1/budget_app
BudgetApp is an App that I have developed where users can manage their money by tracking their expenses and how much was spent on what.
https://github.com/christianbiring1/budget_app
bootstrap postgresql rails
Last synced: 2 months ago
JSON representation
BudgetApp is an App that I have developed where users can manage their money by tracking their expenses and how much was spent on what.
- Host: GitHub
- URL: https://github.com/christianbiring1/budget_app
- Owner: christianbiring1
- Created: 2022-09-19T09:39:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T09:19:24.000Z (over 3 years ago)
- Last Synced: 2025-04-02T07:43:22.745Z (about 1 year ago)
- Topics: bootstrap, postgresql, rails
- Language: Ruby
- Homepage: https://budget-app-4zi2.onrender.com/
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget App
> Description of the project.
This project is about building a mobile web application where the user can manage their budget: they have a list of transactions associated with a category, so that they can see how much money they spent and on what.
I had to create a Ruby on Rails application that 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.
## Built With
* Ruby on Rails
* CSS
* PostgreSQL
## Live Demo
You can check the live demo of my project [here](https://budgetchris.herokuapp.com/)
### Prerequisites
Tu run this project in your local environment, You will need to have the following tools installed loally :
* `Ruby 3.0+`
* `Rails 6.0+`
* `PostgreSQL` version 14+
## Set up
* `git clone git@github.com:christianbiring1/Budget_App.git`
* `cd Budget_App`
* `bundle install`
* `rails db:create`
* `rails db:migrate`
* `rails s`
* Open up the `localhost` in your browser
## Author
👤 **Christian biringanine**
* GitHub: [@christianbiring1](https://github.com/christianbiring1)
* Twitter: [@christianbirin4](https://twitter.com/christianbirin4)
* LinkedIn: [Christian Biringanine](https://linkedin.com/in/christian-biringanine/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/christianbiring1/Budget_App/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
* Want to acknowledge [Gregoire Vella](https://www.behance.net/gregoirevella). who was the designer of the tamplate that serve me for reference
* Hat tip to anyone who will take a glance to this project
## 📝 License
This project is [MIT](./MIT.md) licensed.