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

https://github.com/uthmanbello/budget_app

Budget App is a project to allow effortless bill management, expense tracking, and financial organization. Users can create bills, add items with amounts, and gain insights into spending. Built with Ruby on Rails.
https://github.com/uthmanbello/budget_app

css3 postgresql ruby ruby-on-rails

Last synced: about 2 months ago
JSON representation

Budget App is a project to allow effortless bill management, expense tracking, and financial organization. Users can create bills, add items with amounts, and gain insights into spending. Built with Ruby on Rails.

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)
- [💻 Demo](#demo)
- [💻 Presentation](#presentation)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 BUDGET APP

**[Budget App]** is a project to allow effortless bill management, expense tracking, and financial organization. Users can create bills, add items with amounts, and gain insights into spending. Built with Ruby on Rails.

## 🛠 Built With

### Tech Stack

Budget App built with Ruby on Rails

### Key Features

- **Built with Ruby on Rails**
- **Connected to Postgresql**
- **Devise used for authentication**
- **Capybara used for integration tests**

## 💻 Demo
Here is the live [Demo](https://budget-2kt4.onrender.com/)

## 💻 Presentation
Here is the [Project Presentation](https://www.loom.com/share/35fb5f9fc28d4c37be7aa0b2d5f0b3f1)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- to install Ruby
- to install Rails

### Setup

Clone this repository to your desired folder:

- `git clone https://github.com/Uthmanbello/budget_app`
- `cd budget_app`
- `code .`

Open your terminal:

Run:

`bundle install`

`rails db:create`

`rails db:migrate`

`rails s`

After the server starts running, go to your browser and visit the following link:

`http://localhost:3000/`

(back to top)

## 👥 Author

👤 **Uthman Igein Bello-Imoukhuede**

- GitHub: [Uthmanbello](https://github.com/Uthmanbello)
- Twitter: [@UthmanDeRoyale](https://twitter.com/UthmanDeRoyale)
- LinkedIn: [Uthman Igein Bello-Imoukhuede](https://www.linkedin.com/in/uthmanbelloimoukhuede)

(back to top)

## 🔭 Future Features

- [Add more pages]
- [Add more UX]

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project please show me support by giving it a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank my colleagues at Microverse for their support during the project.
I would like to also give credit to Gregoire Vella in Behance for his wonderful design.

(back to top)

(back to top)

## 📝 License

This project is [MIT](https://github.com/Uthmanbello/budget_app/blob/dev/LICENSE) licensed.

(back to top)