Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

**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.

## πŸ›  Built With

### Tech Stack

> [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

### Key Features

- **User Authentication**
- **Item Categories**
- **Entity Transactions**

(back to top)

## πŸš€ Live Demo

- [Live Demo](https://budgetapp-jdfn.onrender.com/)

(back to top)

## πŸ“Ί Presentation

- [Link to video presentation](https://www.loom.com/share/250d349f6aa4406e9617c95b9d28b54d?sid=8be5a5c1-126a-4340-b561-73b321c09915)

(back to top)

## πŸ’» Getting Started

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:

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **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/)

(back to top)

## πŸ”­ Future Features

- [x] API authentication
- [x] API Authorization

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Santosh-Konappanavar/BudgetApp/issues).

(back to top)

## ⭐️ Show your support

If you like this project, kindly give me a ⭐️

(back to top)

## πŸ™ Acknowledgments

- I would like to thank [Microverse](https://www.microverse.org/) and [Gregoire Vella](https://www.behance.net/gregoirevella) for design.

(back to top)

## ❓ FAQ

- **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/)

(back to top)

## πŸ“ License

This project is [MIT](https://github.com/Santosh-Konappanavar/BudgetApp/blob/development/LICENSE) licensed.

(back to top)