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.
- Host: GitHub
- URL: https://github.com/kkasaija/expense_meter
- Owner: kkasaija
- Created: 2023-02-22T21:35:21.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-04-03T02:28:48.000Z (over 2 years ago)
- Last Synced: 2025-01-03T08:42:43.003Z (10 months ago)
- Topics: bootstrap5, cancancan, devise, postgresql, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 144 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)> 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.
Client
Server
Database
- **Authentication process**
- **Create categories**
-**Add transactions to categories**
- **CRUD Operations on all resources with authorization roles**
- **Test cases using Rspec and Capybara**
## 🚀 Live Demo Demo link
**Walk thru clip** [clip link](https://drive.google.com/file/d/1pzzDw8MJDa-5DeA1Ckkk7n556VVpWSWE/view?usp=sharing)
### 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....
👤 **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/)
- [RSpec tests] **Deploying this project soon**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Kasaija-Kenneth/expense_meter/issues).
If you like this project...
> - 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
This project is [MIT](./MIT.md) licensed.