Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/carlosmuerto/rails_budget_app

The Budget On Rails 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/carlosmuerto/rails_budget_app

railway-deployment ruby ruby-on-rails

Last synced: 18 days ago
JSON representation

The Budget On Rails 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

Budget On Rails App

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 Budget On Rails App ](#-ruby-blog-app-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [configure postgresql database](#configure-postgresql-database)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Budget On Rails App

splash screen
main screen

> The **Budget On Rails 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..

[WEB PAGE LINK](https://budget-on-rails.onrender.com)

## 🛠 Built With

### Tech Stack

Back & Front END

Database

## 💻 Getting Started

### Prerequisites

In order to run this project you need:

Example command:
```sh
gem install rails
```

### Setup

Clone this repository to your desired folder:

Example commands:
```sh
git clone [email protected]:carlosmuerto/rails_budget_app.git
cd rails_budget_app
```

### configure postgresql database

- edit 'config\database.yml' file with your username and password

### Install

Install this project with:

- install dependency
```sh
bundle install
```
- setup database
```sh
rails db:setup
```

### Usage

To run the project, execute the following command:

```sh
rails server
```

(back to top)

## 👥 Authors

👤 Carlos Vivas

- GitHub: [@carlosmuerto](https://github.com/carlosmuerto)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/carlos-vivas-818ab831/)

(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

> just hit on my email.

(back to top)

## 🙏 Acknowledgments

### Original design idea by Gregoire Vella on Behance.

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