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

https://github.com/kkasaija/expense_meter

A mobile, web based application where you can manage your budget: allows one to register and log in, introduce new transactions associated with a category, and see the money spent on each category.
https://github.com/kkasaija/expense_meter

bootstrap5 cancancan devise postgresql ruby-on-rails

Last synced: about 1 month ago
JSON representation

A mobile, web based application where you can manage your budget: allows one to register and log in, introduce new transactions associated with a category, and see the money spent on each category.

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 tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 [Expense Meter]

> A mobile, web based application where you can manage your budget: allows one to register and log in, introduce new transactions associated with a category, and see the money spent on each category.

## 🛠 Built With

### Tech Stack

Client

Server

Database

### Key Features

- **Authentication process**
- **Create categories**
-**Add transactions to categories**
- **CRUD Operations on all resources with authorization roles**
- **Test cases using Rspec and Capybara**

(back to top)

## 🚀 Live Demo Demo link

**Walk thru clip** [clip link](https://drive.google.com/file/d/1pzzDw8MJDa-5DeA1Ckkk7n556VVpWSWE/view?usp=sharing)

(back to top)

## 💻 Getting Started

### Prerequisites

In order to run this project you need:

- Rails
- Ruby
- PostgreSQL

### Setup

Clone this repository to your desired folder:

```sh
git clone git@github.com:Kasaija-Kenneth/expense_meter.git
cd expense_meter
```

### Install

Install this project with:

```sh
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

### Run tests

To run tests, run the following command:

```sh
rspec spec
```
-

### Deployment

Sooon....

(back to top)

## 👥 Authors

👤 **Kasaija Kenneth**

- GitHub: [@Kasaija-Kenneth](https://github.com/Kasaija-Kenneth)
- Twitter: [@kenn_ug](https://twitter.com/kenn_ug)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kasaija-kenneth/)

(back to top)

## 🔭 Future Features

- [RSpec tests] **Deploying this project soon**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Kasaija-Kenneth/expense_meter/issues).

(back to top)

## ⭐️ Show your support

If you like this project...

(back to top)

## 🙏 Acknowledgments

> - Original UI design by [Gregorire Vella](https://www.behance.net/gregoirevella) on [Behance](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=).
> - Hat tip to you for checking this project out

(back to top)

(back to top)

## 📝 License

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

(back to top)