Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abigiyaty/budget_app
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. Bulid with Bootstrap5, Ruby on Rails.
https://github.com/abigiyaty/budget_app
bootstrap5 css3 html5 ruby-on-rails
Last synced: 6 days ago
JSON representation
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. Bulid with Bootstrap5, Ruby on Rails.
- Host: GitHub
- URL: https://github.com/abigiyaty/budget_app
- Owner: AbigiyaTY
- Created: 2022-12-26T19:20:20.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T06:21:46.000Z (about 1 year ago)
- Last Synced: 2025-01-03T04:13:34.201Z (about 1 month ago)
- Topics: bootstrap5, css3, html5, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 718 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 \[ Budget App\] ](#--budget-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Author](#author)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [📝 License ](#-license-)> Description the project.
1. Install Ruby on Rails framework.
2. Use Ruby Gems as a software packages system.
3. Understand what ORM is.
4. Use database migration files to maintain database schema.
5. Write tests for models, controllers, system.
5. Set up associations between models.
6. Write SQL queries with Active Record
7. Use preprocessed HTML file with embedded Ruby code.
8. Use layouts and templates for shared content.
9. Build a web app that requires the user to log in.
10. Use devise gem for authentication.
11. Limit access to web app resources based on authorization rules.Client
Server
Database
- **Create a budget app**
- **register and log in, so that the data is private to them.**
- **introduce new transactions associated with a category.**
- **see the money spent on each category.**
## 🚀 Live Demo
- [Live Demo Link](https://budget-app-ybru.onrender.com/)
**To get a local copy up and running, follow these steps.**
1. Open terminal or cmd on you local machine and navigate to your desired directory.
2. **Run** *'git clone clone https://github.com/AbigiyaTY/Budget_app.git'*
3. **Run** *'cd Budget_app'*
4. **Run** *'code .'*
### Prerequisites
In order to run this project you need **[describe prerequisites]**:
```sh
gem install rails
```
### Setup
Clone this repository to your desired folder:
```sh
git clone https://github.com/AbigiyaTY/Budget_app.git
cd Budget_app
```
### Install
Install this project with **[package manager]**:
```sh
cd Budget_app
gem install
rails db:migrate
rails db:migrate RAILS_ENV=test
```
### Usage
To run the project, execute the following command:
```sh
rails server
```
## Author
👤 **Abigiya Tadesse**
* GitHub: [@githubhandle](https://github.com/AbigiyaTY)
* Twitter: [@twitterhandle](https://twitter.com/AbigiyaTY)
* LinkedIn: [@LinkedIn](https://www.linkedin.com/in/AbigiyaTY)
> Features of this project.
- [ ] **User Authentication**
- [ ] **CRUD Operations**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## 🙏 Acknowledgments
- Credits to [Gregoire Vella](https://www.behance.net/gregoirevella) the [author of the original design](https://www.behance.net/gallery/19759151/Snapscan-iOs-design-and-branding?tracking_source=)
If you like this project...
This project is [MIT](./MIT.md) licensed.