Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/storres20/budgetapp
Budget App is a mobile web application, built with Ruby on Rails, where users can manage their budget by having a list of transactions associated with a category that shows how much money they spent and on what. Built with: Ruby, Ruby on Rails, PostgreSQL, Bootstrap
https://github.com/storres20/budgetapp
bootstrap css3 html5 postgresql ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
Budget App is a mobile web application, built with Ruby on Rails, where users can manage their budget by having a list of transactions associated with a category that shows how much money they spent and on what. Built with: Ruby, Ruby on Rails, PostgreSQL, Bootstrap
- Host: GitHub
- URL: https://github.com/storres20/budgetapp
- Owner: storres20
- License: mit
- Created: 2023-03-21T16:06:09.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-25T20:55:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-18T08:05:02.544Z (9 months ago)
- Topics: bootstrap, css3, html5, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://budgetapp-xaqh.onrender.com
- Size: 141 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [Budget-App ](#budget-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [⏯ Video ](#-video-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage ](#usage-)
- [Run tests](#run-tests)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)# Budget-App
This is a mobile web application for managing BUDGETS. You can create new Categories and Transactions. The category page shows you a transaction's summary.Client
Server
Database
- User can Log In
- User can Sign Up
- User can add new Categories
- User can add new Transactions to categories
- [Live Demo Link](https://budgetapp-xaqh.onrender.com/)
https://www.loom.com/share/3b1bdcb587374fca87131069065b6769
### Prerequisites
In order to run this project you need:
- [Ruby on Rails](https://rubyonrails.org/) installed and running. To get more information, read the [installation guide](https://guides.rubyonrails.org/).
- [PostgreSQL](https://www.postgresql.org/) installed and running
### Setup
Clone this repository to your desired folder:
```
git clone https://github.com/storres20/BudgetApp.git
```
### Install
Install the project dependencies with:
```
- bundle install
- npm install
```
To run the project, execute the following command:
```
rails s
```
### Run tests
To run tests, run the following command:
```
rspec
```
👤 **Italo Lon Kan**
- GitHub: [@storres20](https://github.com/storres20)
- Twitter: [@italolonkan](https://twitter.com/italolonkan)
- LinkedIn: [LinkedIn](https://linkedin.com/in/italo-lon-kan)
- Edit categories and transactions feature
- Delete categories and transactions feature
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project and want to support me make cooler projects Give this project a Star.
Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)
This project is [MIT](./LICENSE) licensed.