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

https://github.com/erikstoupignan/budget-app

This app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category so that you can see how much money you spent and on what.
https://github.com/erikstoupignan/budget-app

bootstrap bullet capibara database devise rspec-rails ruby ruby-on-rails

Last synced: 3 months ago
JSON representation

This app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category so that you can see how much money you spent and on what.

Awesome Lists containing this project

README

          

logo

Microverse README Template

# ๐Ÿ“— Table of Contents

- [๐Ÿ“– About the Project](#about-project)
- [๐Ÿ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [๐Ÿš€ Live Demo](#live-demo)
- [๐Ÿ’ป 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)
- [โ“ FAQ](#faq)
- [๐Ÿ“ License](#license)

# ๐Ÿ“– Budget-app

This app is a mobile web application where you can manage your budget: you have a list of transactions associated with a category so that you can see how much money you spent and on what.

## ๐Ÿ›  Built With

### Tech Stack

Client

Server

Database

## ๐Ÿš€ Live Demo

- [Live Demo Link](https://stoupignan-budget.onrender.com/)

(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:

```sh
bundle install
```

### Setup

Clone this repository to your desired folder:

```sh
git clone https://github.com/ErikStoupignan/Budget-app.git
cd setup-ror-project
```

### Install

Install this project with:

```sh
bundle install
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

## ๐Ÿ‘ฅ Authors

๐Ÿ‘ค **Erik Stoupignan Sรกnchez Beltrรกn**

- GitHub: [@ErikStoupignan](https://github.com/ErikStoupignan)
- Twitter: [@Erik_Stoupignan](https://twitter.com/Erik_Stoupignan)
- LinkedIn: [Erik Stoupignan Sรกnchez Beltrรกn](https://www.linkedin.com/in/erik-sanchez-beltran/)

(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

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## ๐Ÿ™ Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank [Gregoire Vella](https://www.behance.net/gregoirevella) for this template.

(back to top)

## ๐Ÿ“ License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)