Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/baqar-abbas/ror-budget-app

It is a mobile web application that allows users to manage their budget. User can see a list of expenses associated with a group and total amount. It also allows users to introduce new groups/expenses and keep track of money spent.
https://github.com/baqar-abbas/ror-budget-app

css3 html5 mvc postgresql ruby ruby-on-rails

Last synced: about 20 hours ago
JSON representation

It is a mobile web application that allows users to manage their budget. User can see a list of expenses associated with a group and total amount. It also allows users to introduce new groups/expenses and keep track of money spent.

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

> # Budget Application


Ruby on Rails Budget App


logo

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 [Budget Application]

> **[Budget-App]** It is a mobile web application that allows users to manage their budget. User can see a list of expenses associated with a group and total amount. It also allows users to introduce new groups/expenses and keep track of money spent.
## 🛠 Built With

### Tech Stack

Client

Server

Database

## [live demo](https://budget-app-4jsc.onrender.com)

## [Video Presentation](https://drive.google.com/file/d/15O7UE9izjU28MHjvxNHFxIOXfN66KSR7/view?usp=sharing)

### Key Features

- **[Add Category type]**
- **[List all category type]**
- **[Add Transactions ]**
- **[List of all Transaction]**
- **[Total Transaction amount]**

| Implemented Schema's ERD |
|---------------------------------------|
logo

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

(back to top)

##

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
[email protected]:baqar-abbas/ror-budget-app.git
```

(back to top)

### Install

Install this project with:

```sh
bundle install
```

(back to top)

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

### Run tests

To run tests, run the following command:

```sh
rspec spec
```

(back to top)

## 👥 Authors

👤 **Baqar Abbas**

- GitHub: [@Baqar](https://github.com/baqar-abbas)
- Twitter: [@BaqarAbbas9](https://twitter.com/BaqarAbbas9)
- LinkedIn: [Baqar Abbas](https://www.linkedin.com/in/baqar-abbas/)

(back to top)

## 🔭 Future Features
- [ ] **[Add Scan functionality]**
- [ ] **[Add confirm email functionality]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/baqar-abbas/ror-budget-app/issues/new).

(back to top)

## ⭐️ Show your support

If you like this project, give it a star.

(back to top)

## 🙏 Acknowledgments

Original design idea by Gregoire Vella on Behance Thanks to him for making such an amazing design.
I would like to thank Microverse for providing the reading materials that helped me during the project development.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)