Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/santosh-konappanavar/budgetapp
Budget Management App is a web app that helps users categorize and manage their transactions for easy expense tracking. Stay organized and gain insights into your spending habits with this user-friendly tool.
https://github.com/santosh-konappanavar/budgetapp
database erb-html postgresql rspec-rails ruby-on-rails server
Last synced: 10 days ago
JSON representation
Budget Management App is a web app that helps users categorize and manage their transactions for easy expense tracking. Stay organized and gain insights into your spending habits with this user-friendly tool.
- Host: GitHub
- URL: https://github.com/santosh-konappanavar/budgetapp
- Owner: Santosh-Konappanavar
- License: mit
- Created: 2023-07-18T06:04:18.000Z (over 1 year ago)
- Default Branch: development
- Last Pushed: 2023-08-15T09:34:44.000Z (about 1 year ago)
- Last Synced: 2024-04-18T14:12:15.651Z (7 months ago)
- Topics: database, erb-html, postgresql, rspec-rails, ruby-on-rails, server
- Language: Ruby
- Homepage: https://budgetapp-pwxh.onrender.com
- Size: 31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Budget Management App
# π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [π Budget Management App ](#-budget-management-app-)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π Live Demo ](#-live-demo-)
- [πΊ Presentation ](#-presentation-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [β FAQ ](#-faq-)
- [π License ](#-license-)**Budget Management App** is a web app that helps users categorize and manage their transactions for easy expense tracking. Stay organized and gain insights into your spending habits with this user-friendly tool.
> [Ruby on Rails](https://guides.rubyonrails.org/) (simplify as Rails) is a server-side web application framework written in Ruby under the MIT License. Rails is a modelβviewβcontroller (MVC) framework, providing default structures for a database, a web service, and web pages. It encourages and facilitates the use of web standards such as JSON or XML for data transfer and HTML, CSS and JavaScript for user interfacing.
Server
Database
- **User Authentication**
- **Item Categories**
- **Entity Transactions**
- [Live Demo](https://budgetapp-jdfn.onrender.com/)
- [Link to video presentation](https://www.loom.com/share/250d349f6aa4406e9617c95b9d28b54d?sid=8be5a5c1-126a-4340-b561-73b321c09915)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- [Ruby and Rails on you operating system eg. for Ubuntu 20.04](https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-with-rbenv-on-ubuntu-20-04)
- [Node.js](https://nodejs.dev/en/) installed
- [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/#debian-stable)
- [PostgreSQL](https://www.postgresql.org/) database installed
### Setup
Clone this repository to your desired folder:
```sh
cd BudgetApp
https://github.com/Santosh-Konappanavar/BudgetApp.git
```
### Install
Install this project with:
```sh
cd BudgetApp
bundle install
```
### Usage
To run the project, execute the following command:
```sh
rails s
```
### Run tests
To run tests, run the following command:
```sh
bin/rspec
```
### Deployment
You can deploy this project using:
π€ **Santosh Konappanavar**
- GitHub: [@Santosh-Konappanavar](https://github.com/Santosh-Konappanavar)
- Twitter: [@SantoshKonapp1](https://twitter.com/SantoshKonappa1)
- LinkedIn: [@Santosh Konappanavar](https://www.linkedin.com/in/santosh-konappanavar/)
- [x] API authentication
- [x] API Authorization
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Santosh-Konappanavar/BudgetApp/issues).
If you like this project, kindly give me a βοΈ
- I would like to thank [Microverse](https://www.microverse.org/) and [Gregoire Vella](https://www.behance.net/gregoirevella) for design.
- **Is Rails still relevant?**
- [Yes, Rails is still popular among developer](https://blog.railwaymen.org/is-ruby-on-rails-dead)
- **Is it easy to learn Ruby on Rails**
- [It is very easy to learn compared to most of the programming languages](https://careerkarma.com/blog/why-learn-ruby-on-rails/)
This project is [MIT](https://github.com/Santosh-Konappanavar/BudgetApp/blob/development/LICENSE) licensed.