Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dennis-every/budget-app

A mobile web application built with Ruby on Rails where users can manage their budget; users can list expenses associated with a category and see how much money they've spent and on what
https://github.com/dennis-every/budget-app

Last synced: about 1 month ago
JSON representation

A mobile web application built with Ruby on Rails where users can manage their budget; users can list expenses associated with a category and see how much money they've spent and on what

Awesome Lists containing this project

README

        


BUDGET APP




list
menu


details
form



# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Budget app ](#-budget-app-)
- [💻 Demo ](#-demo-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ ](#-faq-)
- [📝 License ](#-license-)

# 📖 Budget app

A mobile web application built with Ruby on Rails where users can manage their budget; users can list expenses associated with a category and see how much money they've spent and on what.

# 💻 Demo

- A live version of this app can be found at: https://budget-app-4q8x.onrender.com/
- A short video presentation of the app can be found here: https://youtu.be/AxWxYW-VmgY

## 🛠 Built With

### Tech Stack

Ruby on Rails and Postgresql

### Key Features

- **Users can register and log in**
- **Users can create new categories**
- **Users can introduce new expenses associated with a category**
- **Users see the money spent on each category**

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

- Ruby 3.2.2
- Rails 7.0.5

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:dennis-every/budget-app.git
```

### Install

- bundle install

### Usage

To run the project, execute the following command:

```sh
rails db:drop
rails db:create
rails db:migrate
rails db:seed
bin/dev
```

(back to top)

## 👥 Authors

👤 **Dennis Every**

- GitHub: [@dennis-every](https://github.com/dennis-every)
- Twitter: [@dennis_every](https://twitter.com/dennis_every)
- LinkedIn: [dennis-every](https://www.linkedin.com/in/dennis-every/)

(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 feel free to fork it and use it as you need and don't forget to start it!.

(back to top)

## 🙏 Acknowledgments

- I would like to thank Microverse for the information provided to build this project.

- I would like to credit the author for the original design idea [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).

(back to top)

## ❓ FAQ

- **Can I use the project for any purpose?**

- Yes, you can use this files for anything you need

- **Do I need to ask for permission?**

- No need to ask for permission.

(back to top)

## 📝 License

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

(back to top)