/BudgetWise

Primary LanguageRubyMIT LicenseMIT

📗 Table of Contents

BudgetWise 🍔

BudgetWise: 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 category and when..

Live Demo

https://budgetwise-4fmb.onrender.com

Tech Stack

Client
Testing
Linter

Key Features

  • Sign up or log in
  • Create a new Category
  • Calculate transactions

(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, [Rails] (https://rubyonrails.org/), and [postgres] (https://www.postgresql.org/) installed on your machine.

Setup

Clone this repository to your desired folder:

  git clone https://github.com/bill7pearl/BudgetWise.git
  cd BudgetWise

Installation

Install this project with:

  bundle install

database

Create databases and run the migrations with:

  rails db:create
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rails db:create RAILS_ENV=test
  rails db:schema:load RAILS_ENV=test
  bundle exec rspec

(back to top)

✍️ Authors

👤 Billal Chami:

(back to top)

🔭 Future Features

  • Add desktop version
  • Enhance UI/UX
  • Create APIs

(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 consider giving it a 🌟.

(back to top)

🙏 Acknowledgments

I would like to thank Microverse for the great opportunity & I would also like to thank Gregoire Vella for the beautiful design.

(back to top)

📝 License

This project is MIT licensed.

(back to top)