Skip to content

Latest commit

 

History

History
182 lines (117 loc) · 3.94 KB

README.md

File metadata and controls

182 lines (117 loc) · 3.94 KB

📗 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

Client
Server
Database

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.

(back to top)

🚀 Live Demo

View Live Demo

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

 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

(back to top)

🔭 Future Features

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

(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 give it a ⭐️

(back to top)

🙏 Acknowledgments

Thanks @Gregoire Vella on Behance. for providing this template

(back to top)

📝 License

This project is MIT licensed.

(back to top)