Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

The Budget-app is a tool for tracking your spending, which is often the first step in getting your finances in order. By understanding what you spend money on and how much you spend, you can see exactly where your cash is going and identify areas where you can cut back. It was built using Ruby on Rails, CSS, JavaScript, and PostgreSQL.
https://github.com/hannziegel/budget-app

back-end back-end-development css css3 database deploy deployment html html5 postgres postgresql render ruby ruby-on-rails sql

Last synced: 27 days ago
JSON representation

The Budget-app is a tool for tracking your spending, which is often the first step in getting your finances in order. By understanding what you spend money on and how much you spend, you can see exactly where your cash is going and identify areas where you can cut back. It was built using Ruby on Rails, CSS, JavaScript, and PostgreSQL.

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)
- [👥 Author](#author)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 [Budget-app]

> This is a Ruby on Rails app that allows user to create, and list payements grouped by related categories that spent on.

*[Budget-app]* is a tracking your spending is often the first step in getting your finances in order. By understanding what you spend money on and how much you spend, you can see exactly where your cash is going and areas where you can cut back.

## 🛠 Built With

### Tech Stack

> Describe the tech stack and include only the relevant sections that apply to your project.

Client

Server

Database

### Key Features

> what you spend money on and how much you spend, you can see exactly where your cash is going and areas where you can cut back.

- *[Track your expenses]*

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

- [Live Demo Link](https://budget-app-1sg3.onrender.com)

(back to top)

## 💻 Getting Started

> Describe how a new developer could make use of your project.

To get a local copy up and running, follow these steps.

### Prerequisites

In order to work on this project, you need to have the following dependencies installed:

### Setup

Clone this repository to your desired folder:

sh
git clone [email protected]:Hannziegel/budget-app.git
cd Budget-app

### Commands to run

To get all the gems required for the project:

bundle install

To install packages such as style linters:

npm install

To check linters locally, use:

rubocop

npx stylelint "**/*.{css,scss}"

Once you have the project correctly set up, run:

To run all migrations, create the database for testing and for development, and insert some data into the database for you to visualize the changes:

bin/rails db:setup

Finally, each time you make changes to the project, run

In the root folder to check the consistency of the app. Please don't make changes to the tests unless completely necessary, and mention it in your PR description:

bundle exec rspec /spec

### Usage

To run the project, execute the following command:

rails server

--->

### Run tests

To run tests, run the following command:

sh
bin/rails test test/models/article_test.rb

(back to top)

## 👥 Author

> Mention all of the collaborators of this project.

:man_technologist: **Rodrigo Johann Reckziegel Nunes** :writing_hand:

- GitHub: [githubhandle](https://github.com/Hannziegel)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/rodrigojrnunes/)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] *[new_feature_1]*
- [ ] *[new_feature_2]*
- [ ] *[new_feature_3]*

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

- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella).

- Microverse

- LazyCoders

(back to top)

## ❓ FAQ

> Add at least 2 questions new developers would ask when they decide to use your project.

- *[Question_1]*

- [Answer_1]

- *[Question_2]*

- [Answer_2]

(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). The [Creative Commons license of the design](https://creativecommons.org/licenses/by-nc/4.0/).

(back to top)