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

https://github.com/tracymuso/budget-wise

This is my rails budget up
https://github.com/tracymuso/budget-wise

backend mobile-app rails ruby tailwindcss web-app

Last synced: about 2 months ago
JSON representation

This is my rails budget up

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](#deploy)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– Budget-Wise🍜

> The Budget-Wise app is a great application to plan your expenses. You can sign up and start generating your transactions and budgets

![](splash.png)

## πŸ›  Built With

### Tech Stack

> Here are List of technologies used on this project

Languages

Framework

Database

Linters

Test library

### Key Features

- Create budget
- Generate transactions
- Keeps track of all your expenses

(back to top)

## πŸ’» Getting Started

### Prerequisites

In order to run this project you need:

- Ruby installed on your computer

### Setup

Clone this repository to your desired folder:

```
git clone https://github.com/TracyMuso/Budget-Wise.git
```

change directory to cloned folder

```
cd Budget-Wise
```

### Install

Install project dependecies with:

```
bundle install
```

### Tests
```
rspec
```

### Deployment


- [Presentation video](https://www.loom.com/share/d0c4697e9e1b409884b1985bad587bd4)

### Usage

To run the project, execute the following command:

```
rails server
```

- After running `rails server`, open your browser and enter this address http://localhost:3000/

- Congratulations! your're running **_Budget_Wise_**

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Tracy Musongole**

- GitHub: [@TracyMuso](https://github.com/TracyMuso)
- LinkedIn: [Tracy Musongole](https://www.linkedin.com/in/tracy-muso/)

(back to top)

## πŸ”­ Future Features

> These features will be added in future updates. ⬇️⬇️

- [ ] **Controllers specs**
- [ ] **Processing data in models**
- [ ] **Add api endpoint for generating groups and categories**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](github.com/TracyMuso/Budget-Wise/issues/).

## ⭐️ Show your support

If you likeπŸ‘πŸ½ this project, give the repository a star ⭐

(back to top)

## πŸ™ Acknowledgments

- Design credit goes to [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)
- I would also like to thank the Microverse community

## πŸ“ License

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

(back to top)