Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/banzaman/budget_app
Simple web app to organize a budget. You can add categories and expenses per category, and get the total amount spent on each one of them. Includes authentication. Built with Ruby on Rails.
https://github.com/banzaman/budget_app
Last synced: about 2 months ago
JSON representation
Simple web app to organize a budget. You can add categories and expenses per category, and get the total amount spent on each one of them. Includes authentication. Built with Ruby on Rails.
- Host: GitHub
- URL: https://github.com/banzaman/budget_app
- Owner: banzaman
- License: mit
- Created: 2024-02-12T10:34:30.000Z (11 months ago)
- Default Branch: Dev
- Last Pushed: 2024-03-03T06:40:26.000Z (10 months ago)
- Last Synced: 2024-03-04T01:31:22.468Z (10 months ago)
- Language: Ruby
- Size: 502 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Tests](#tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)**[Budget App]** is a project created to manage and display entries in a library using Object Oriented Programming with Ruby.
The 'Budget App' app was built using Ruby on Rails, and PostgreSQL
- Ruby on Rails
- PostgreSQL
- Add different types of entries
- Organize them into a collection
- Preseve and load data
- List and display the different categories
- PostgreSQL
Visit the site live [here.](https://mysite-28qd.onrender.com)
You can see the video presentation for this project [here.](https://www.loom.com/share/8f12e2777cdc4a198036debc24bcd1)
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Ruby installed.
Clone this repository to your desired folder:
```
git clone https://github.com/banzaman/budget_app
cd budget-app
```
### Install
```
bundle install
```
### Usage
```
ruby main.rb
```
### Tests
```
rspec spec
```
**Mark Rubanza**
- GitHub: [@banzaman](https://github.com/banzaman)
- LinkedIn: [Mark Rubanza Anderson](https://www.linkedin.com/in/mark-rubanza-anderson-4399a2211/)
- Better UI Experience
- Reduce Time & Space Complexity
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/banzaman/budget_app/issues).
If you like this project please show us support by givintg it a star.
Original design idea by [Gregoire Vella on Behance.](https://www.behance.net/gregoirevella)
This project is [MIT](./LICENSE) licensed.