Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

**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

### Key Features

- **CRUD Operations**
- **Authentication**
- **Authorization**

(back to top)

## 💻 Getting Started

### 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
```

## 👥 Author

👤 **Suleiman Gacheru**

- GitHub: [@hetrox8](https://github.com/hetrox8)
- Twitter: [@suleimangacheru](https://twitter.com/suleimangacheru)

(back to top)

## 🔭 Future Features

- **Add Authentication page**
- **Add authorization rules.**
- **Add API endpoints.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page] (https://github.com/hetrox8/Budget_App/issues)

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

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.

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed.

(back to top)