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.
- Host: GitHub
- URL: https://github.com/uthmanbello/budget_app
- Owner: Uthmanbello
- License: mit
- Created: 2023-05-27T05:16:35.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-05T06:08:09.000Z (over 2 years ago)
- Last Synced: 2025-02-26T05:16:34.509Z (over 1 year ago)
- Topics: css3, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://budget-2kt4.onrender.com/
- Size: 2.55 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]** 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.
Budget App built with Ruby on Rails
- **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)
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/`
👤 **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)
- [Add more pages]
- [Add more UX]
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Uthmanbello/budget_app/issues).
If you like this project please show me support by giving it a star.
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.
This project is [MIT](https://github.com/Uthmanbello/budget_app/blob/dev/LICENSE) licensed.