Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hetrox8/budget_app
Budget App is a finance app to help clients manage their financial records and spendings. the main languages used to achieve this include Ruby, Rails and css.
https://github.com/hetrox8/budget_app
Last synced: 6 days ago
JSON representation
Budget App is a finance app to help clients manage their financial records and spendings. the main languages used to achieve this include Ruby, Rails and css.
- Host: GitHub
- URL: https://github.com/hetrox8/budget_app
- Owner: hetrox8
- Created: 2023-11-21T16:09:58.000Z (about 1 year ago)
- Default Branch: development
- Last Pushed: 2024-05-18T06:29:22.000Z (8 months ago)
- Last Synced: 2024-12-23T21:23:59.452Z (23 days ago)
- Language: Ruby
- Homepage:
- Size: 151 KB
- Stars: 0
- 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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Usage](#usage)
- [👥 Author](#author)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)- [📝 License](#license)
**Budget App** is a Ruby on Rails capstone project which you can create new categories, you can write new transactions and deploy it the categories and finally you can control how much money you spend each category.
## Video Link 🚀
Follow the link to see the video representation
## Render Deploy 🚀follow the link to see the deployment
## 🛠 Built With
HTML
CSS
JavaScript
Ruby
PostgreSQL
Ruby on Rails
### Tech Stack- Ruby
- Rails
- PostgreSQL- **CRUD Operations**
- **Authentication**
- **Authorization**### Prerequisites
To run this project you need the following dependencies:
- Ruby: `3.2.2`
- Rails: `7.0.4.3+`
- PostgreSQL: `15.2+`### Setup
- Clone this repository to your local machine:
```sh
git clone https://github.com/hetrox8/Budget_App.git
cd Budget-app
```
- Install dependencies:
```sh
bundle install
```- Recreate Data Base:
```sh
rake db:schema:load
```### Usage
To run the project, execute the following command in the terminal:
``` sh
cd Blog_app
rails s
```👤 **Suleiman Gacheru**
- GitHub: [@hetrox8](https://github.com/hetrox8)
- Twitter: [@suleimangacheru](https://twitter.com/suleimangacheru)- **Add Authentication page**
- **Add authorization rules.**
- **Add API endpoints.**Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page] (https://github.com/hetrox8/Budget_App/issues)
Give a ⭐️ if you like this project!
I would like to thank Microverse for giving me the opportunity to work on this project. Special thanks Gregoire Vella on Behance who shared his desing.
This project is [MIT](./MIT.md) licensed.