Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skyv26/budget-app
A budgeting app is a software application that you may access from your computer, tablet or mobile device to track your finances, such as income, savings, debt payoff, or investing. Budgeting apps often will sync with your financial accounts to give you an overview in real-time when finances change
https://github.com/skyv26/budget-app
budget-app crud-application development mobile-first production render ruby ruby-gem ruby-on-rails
Last synced: 20 days ago
JSON representation
A budgeting app is a software application that you may access from your computer, tablet or mobile device to track your finances, such as income, savings, debt payoff, or investing. Budgeting apps often will sync with your financial accounts to give you an overview in real-time when finances change
- Host: GitHub
- URL: https://github.com/skyv26/budget-app
- Owner: skyv26
- License: mit
- Created: 2023-01-09T13:58:04.000Z (about 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-05-13T17:19:55.000Z (over 1 year ago)
- Last Synced: 2024-12-30T16:48:24.560Z (about 1 month ago)
- Topics: budget-app, crud-application, development, mobile-first, production, render, ruby, ruby-gem, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 780 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run Linters](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)> A budgeting app is a software application that you may access from your computer, tablet or mobile device to track your finances, such as income, savings, debt payoff, or investing. Budgeting apps often will sync with your financial accounts to give you an overview in real-time when finances change.
**[Budget App]** is a ruby blog website.
> Blog App is backend project
Database
> We can do CRUD operations on following things:
- **Category**
- **Expense**
> Link to your deployed project.
- [Budget App Live Link](https://skyv-budget-app.onrender.com/)
> Presentation
- [Loom Video](https://www.loom.com/share/d88f48378df045b68322c5a70ec6df5f)
> In order to start with this project do as follows :
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
`gem install rails`
### Setup
Clone this repository to your desired folder:
`git clone https://github.com/skyv26/budger-app.git`
then
`cd budget-app`
### Install
Install this project with:
`bundle install`
### Usage
`rails s`
### Run Linters
To run tests, run the following command:
`rubocop`
OR
`rubocop -a`
**it will automatically correct the errors**
> Mention all of the collaborators of this project.
👨💻 **Aakash Verma**
- GitHub: [@skyv26](https://github.com/skyv26)
- Twitter: [@vrma_aakash](https://twitter.com/vrma_aakash)
- LinkedIn: [skyv2022](https://linkedin.com/in/skyv2022)
> In upcoming weeks I will add some features as mentioned below
- [ ] **API & Documentation**
- [ ] **High-Fidelity UI**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
> Write a message to encourage readers to support your project
If you like this project then please give a ⭐️ and also share your feedback using github_issues.
❤️ [RoR Documentation](https://guides.rubyonrails.org)
❤️ Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)
❤️ [Creative Licence](https://creativecommons.org/wp-content/themes/cc/images/cc.logo.white.svg)
This project is [MIT](./LICENSE) licensed.