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

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.

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

## 🛠 Built With

### Tech Stack

Client

Database

### Key Features

- Create Category
- Create Transaction

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://budgetio.onrender.com)
- [video Demo Link](https://www.loom.com/share/d22f8ec5732846e7837ca82f81d1b074?sid=00485a83-c38a-4479-a185-373e893f4a56)

## 💻 Getting Started

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

```

(back to top)

## 👥 Author

👤 **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/)

(back to top)

## 🔭 Future Features

- Add the rest of the nmore styling

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project please give it a ⭐️!

(back to top)

## 🙏 Acknowledgments

Thank you to microverse for setting us on this journey and [Gregorie vella](https://www.behance.net/gregoirevella) for the design.

(back to top)

## 📝 License

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

(back to top)