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

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.

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.