https://github.com/ambrose-kibet/budget-app
Budget-app is a finance management tool that allows users to track their expenses . It features user authentication, a homepage displaying categories with transaction totals, transaction listings with category-specific details, and the ability to create new categories and transactions.
https://github.com/ambrose-kibet/budget-app
capybara-rspec postgresql rails7
Last synced: 5 months ago
JSON representation
Budget-app is a finance management tool that allows users to track their expenses . It features user authentication, a homepage displaying categories with transaction totals, transaction listings with category-specific details, and the ability to create new categories and transactions.
- Host: GitHub
- URL: https://github.com/ambrose-kibet/budget-app
- Owner: ambrose-kibet
- License: mit
- Created: 2023-06-12T09:00:24.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-16T08:24:14.000Z (about 3 years ago)
- Last Synced: 2025-02-13T12:53:44.693Z (over 1 year ago)
- Topics: capybara-rspec, postgresql, rails7
- Language: Ruby
- Homepage:
- Size: 125 KB
- 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)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Budget-app** Budget-app is an exciting web application developed using the latest Rails 7 framework and powered by a PostgreSQL database. It provides users with an intuitive platform to effectively manage and monitor their finances
Client
Database
- Create Category
- Create Transaction
- [Live Demo Link](https://budgetio.onrender.com)
- [video Demo Link](https://www.loom.com/share/d22f8ec5732846e7837ca82f81d1b074?sid=00485a83-c38a-4479-a185-373e893f4a56)
To get a local copy up and running, follow these steps.
To get this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/ambrose-kibet/Budget-App.git
```
### Prerequisites
In order to run this project you need: ``` Ruby ```, ``` Rails ``` and a Database such as PostgreSQL
### Setup
Clone this repository to your desired folder.
### Install
Install this project with:
```
bundle install
```
### Usage
To run the project, execute the following command:
```
rails db:create
rails db:migrate
rails server
```
### Tests
To run all the project tests, execute the following command:
```
bundle exec rspec
```
To run specific tests, execute the following command:
```
bundle exec rspec spec/directory/file_spec.rb
```
👤 **Ambrose kibet**
- GitHub: [ambrose kibet](https://github.com/ambrose-kibet)
- Twitter: [ambrose kibet](https://twitter.com/ambrose_kibet)
- LinkedIn: [ambrose kibet](https://www.linkedin.com/in/ambrose-kibet/)
- Add the rest of the nmore styling
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
If you like this project please give it a ⭐️!
Thank you to microverse for setting us on this journey and [Gregorie vella](https://www.behance.net/gregoirevella) for the design.
This project is [MIT](./LICENSE) licensed.