Budget_App

Budget App is a mobile web application where you can manage your budget: You have a list of expenses associated with a category, so that you can see how much money you spent and on what.. Built with Ruby on Rails

MIT License

Stars
5

Table of Contents

BUDGET APP

Budget App is a mobile web application where you can manage your budget: You have a list of expenses associated with a category, so that you can see how much money you spent and on what.

Built With

Tech Stack

Key Features

  • A user can register and log in, so that the data is private to them.
  • Introduce new transactions associated with a category.
  • See the money spent on each category.

Live Demo

View Live Demo

Getting Started

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

Prerequisites

In order to run this project you need:

 gem install rails

Setup

Clone this repository to your desired folder:

 git clone https://github.com/V-Blaze/Budget_App.git

Install

Install this project with:

  cd Budget_App
  bundle install
  Setup database credentials
  config/database.yml

Usage

To run the project, execute the following command:

rails server

Run tests

To run tests, run the following command:

rspec spec --format documentation

Author

Valentine Blaze

Future Features

  • Delete a user
  • Delete an Expenses
  • Export all your expenses

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

If you like this project, Please give it a

Acknowledgments

Thanks @Gregoire Vella on Behance. for providing this template

License

This project is MIT licensed.