Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baayeh/frugalize_app
The Frugalize app helps you to manage your budget. The app allows users to create categories and add transactions to the categories
https://github.com/baayeh/frugalize_app
bootstrap5 devise postgresql ruby-on-rails
Last synced: 17 days ago
JSON representation
The Frugalize app helps you to manage your budget. The app allows users to create categories and add transactions to the categories
- Host: GitHub
- URL: https://github.com/baayeh/frugalize_app
- Owner: Baayeh
- License: mit
- Created: 2023-02-13T17:10:43.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-03-28T05:43:44.000Z (over 1 year ago)
- Last Synced: 2024-10-10T01:26:32.383Z (29 days ago)
- Topics: bootstrap5, devise, postgresql, ruby-on-rails
- Language: Ruby
- Homepage: https://frugalize.onrender.com/
- Size: 802 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
- [πΉ Video Presentation](#video-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)
- [π License](#license)**The Frugalize app** helps you to manage your budget. The app allows users to create categories and add transactions to the categories.
## Screenshots
Client
Server
Database
- **[Register a user]**
- **[Login a user]**
- **[Create categories]**
- **[Create Transactions]**
- **[View a user's categories]**
- **[View all transactions for a category]**
- [FRUGALIZE](https://frugalize.onrender.com/)
- [Video Presentation](https://drive.google.com/file/d/1sxQlvCYM-DkWyPMuCr7cmi6t5_TqmdQz/view?usp=sharing)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/Baayeh/frugalize_app.git
```
### Install
Install this project with:
```sh
cd frugalize_app
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
You can deploy this project using:
[Render](https://render.com/)
π€ **Author1**
- GitHub: [Kwasi Baayeh](https://github.com/Baayeh/)
- LinkedIn: [Kwasi Baayeh](https://www.linkedin.com/in/kabaayeh)
- [ ] **[Like a category]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project, kindly give it a starβοΈ
I would like to thank
- Microverse
- [Gregoire Vella](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=), owner of the original design
This project is [MIT](./LICENSE) licensed.