Skip to content

Latest commit

 

History

History
192 lines (124 loc) · 5.39 KB

File metadata and controls

192 lines (124 loc) · 5.39 KB

How Much?

Welcome to the README file for the MyBudget App. This document provides an overview of the app, its features, installation instructions, and usage guidelines.

how-much-onrender-com

# 📗 Table of Contents

📖 How Much?

How Much? is a user-friendly and intuitive budgeting tool designed to help you manage your finances effectively. Whether you're looking to track your expenses, set savings goals, or gain insights into your spending patterns, this app has you covered.

🛠 Built With

Tech Stack

Backend
Database

(back to top)

Key Features

Expensive Tracking:

  • Easily input and categorize your expenses to keep a detailed record of your spending habits.

Secure and Private:

  • Your financial data is kept secure and private, as the app employs encryption and authentication measures.

Data Storage and Persistence:

  • All data will be stored in a databes managed with PostgreSQL

Class Structure and Inheritance:

  • Using RoR to structure the project.

Test Coverage:

  • Unit tests for important classes and methods using a testing framework (e.g., RSpec).

Linter Integration:

  • Use a linter (e.g., RuboCop) to enforce a consistent coding style and identify potential issues.

(back to top)

💻 Getting Started

If you would like to get a local copy up and running, please follow these steps.

Prerequisites

In order to run this project you need to have ruby and ruby on rails installed in your computer. You can check that by running ruby -v in your console

If you do not have ruby installed in your computer, you can follow this tutorial (for Windows)

For installing ruby on MacOS you can run the following commands:

brew install rbenv ruby-build
# Add rbenv to bash so that it loads every time you open a terminal
echo 'if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi' >> ~/.bash_profile
source ~/.bash_profile

# Install Ruby
rbenv install 3.0.1
rbenv global 3.0.1
ruby -v

For installing RoR you need to run

gem install rails

Setup

Clone this repository to your desired folder:

cd my folder
git clone  https://github.com/hernandanielzamora/How-Much.git

Install

In order to fully make use of all the features you must run:

bundle install

Usage

To run the project locally, you should run:

rails s

Run tests

To run tests, you can use the following command:

rspec spec

Deployment

To deploy this project locally, you can run:

rails s

🚀 Live Demo

You can check How Much? in action here
Video Presentation

👥 Author

👥 Author: Hernán Zamora

(back to top)

🔭 Future Features

  • Enable Visual Reports
  • Add budget creation
  • Add saving goals

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project please express your appreciation on LinkedIn.

(back to top)

🙏 Acknowledgments

I would like to give credit to Gregoire Vella
He created the design which I followed

(back to top)

📝 License

This project is MIT licensed.

(back to top)