Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaizipaul/budget-app
The Budget app is a mobile web application where you can manage your budget: There is a list of transactions associated with a category, so that you can see how much money you spent and on what.
https://github.com/kaizipaul/budget-app
postgresql rails rspec rspec-rails ruby rubyonrails
Last synced: 11 days ago
JSON representation
The Budget app is a mobile web application where you can manage your budget: There is a list of transactions associated with a category, so that you can see how much money you spent and on what.
- Host: GitHub
- URL: https://github.com/kaizipaul/budget-app
- Owner: kaizipaul
- License: mit
- Created: 2023-03-06T13:30:59.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-10T15:15:37.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T20:37:45.877Z (15 days ago)
- Topics: postgresql, rails, rspec, rspec-rails, ruby, rubyonrails
- Language: Ruby
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tracker Budget
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Diagram](#diagram)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)**Tracker Budget** is a mobile web application where you can manage your budget: There is a list of transactions associated with a category, so that you can see how much money you spent and on what.
Server
### ERD Diagram
![Preview](./app/assets/images/erd_diagram.png)
### Live Demo
This is a [live](https://thebudgettracker.onrender.com/) demo of the mobile app
### Video Demo
This is a [video](https://www.loom.com/share/146e532d27804ddb9c7ad5c7a313da4b) demonstration of the app
- **User Sign_up and Sing_in**
- **User can add Categories**
- **User can add expenditures to Categories**
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Ruby
- Rails
- Postgresql
### Setup
Clone this repository to your desired folder:
```sh
cd blog-app
git clone https://github.com/kaizipaul/tracker-budget.git
```
### Install
Install this project with:
- After cloning type 'cd tracker-budget'.
- Run 'bundle install' to install all the required dependencies.
### Usage
To run the project, execute the following command:
- Run 'rails db:create' to create a new database
- Run 'rails db:migrate' to migrate the db and build the schema
- Run 'rails s' to start the dev server
👤 **Paul Kaizirege**
- GitHub: [GitHub](https://github.com/kaizipaul)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kaizipaul/)
> Features to add to the project.
- [ ] **[ Add Transitions and Animations ]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project...
## Acknowledgments
I would like to thank Microverse and all our colleagures there.
- Original design by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)
- **Do I have to have any previous knowledge about ruby to use this project?**
- No!
- **How to use this project?**
- check the [Getting Started](#getting-started) section to have a complete guid on how to setup and run teh project.
This project is [MIT](./LICENSE) licensed.