https://github.com/ashmalzahra/budget
A mobile web application built with Ruby on Rails where users can manage their budget; users can list expenses associated with a category and see how much money they've spent and on what transaction.
https://github.com/ashmalzahra/budget
best-practices deployment ruby-on-rails tailwindcss
Last synced: about 1 month ago
JSON representation
A mobile web application built with Ruby on Rails where users can manage their budget; users can list expenses associated with a category and see how much money they've spent and on what transaction.
- Host: GitHub
- URL: https://github.com/ashmalzahra/budget
- Owner: ashmalzahra
- License: mit
- Created: 2023-06-02T16:34:06.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-03T17:31:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-10T21:36:48.026Z (3 months ago)
- Topics: best-practices, deployment, ruby-on-rails, tailwindcss
- Language: Ruby
- Homepage:
- Size: 407 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Budget App
# 📗 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)**Budget app** The Budget app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.
Client
Server
Database
- **ROR Framework**
- [Live Demo Link](https://budget-n50q.onrender.com/)
To get a local copy of this project and run it in your computer, follow these steps.
### Prerequisites
In order to run this project you need:
- A working computer.
- Connection to internet.
### Setup
To get a local copy up and running follow these simple example steps.
Clone this repository in the desired folder:
```
cd my-folder
git clone https://github.com/ashmalzahra/Budget.git
```
### Install
To install this project:
```
cd Budget
code .
bundle install
```
### Usage
To run the project, execute the following command:
```
bin/dev
```
### Run Tests
For rails +7, include the following in your gemfile in the development, test group:
```
group :development, :test do
gem 'rspec-rails'
end
```
and
```
gem 'rails-controller-testing'
```
then run:
```
bundle install
```
To setup rspec, run the following:
```
rails generate rspec:install
```
To run the project tests, execute the following command:
```
rspec
```
👤 **Ashmal Zahra**
- GitHub: [@ashmalzahra](https://github.com/ashmalzahra)
- Twitter: [@AshmalZahraa](https://twitter.com/AshmalZahraa)
- LinkedIn: [ashmal-zahra](https://www.linkedin.com/in/ashmal-zahra)
- [ ] **Delete Categories and Transactions option.**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ashmalzahra/Budget/issues).
Give a ⭐️ if you like this project!
Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).
- **Can I use the project for any purpose?**
- Yes, you can.
This project is [MIT](./LICENSE) licensed.