/budget_manager

This Ruby on Rails capstone project is about building 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.

Primary LanguageRuby

Budget_Manager

📗 Table of Contents

📖 [Budget_Manager]

This project was created as part of Microverse Ruby on Rails capstone project. It gives the student an opportunity to showcase his talent with ruby, rails, and RSpec. It also allows the student to showcase what they can do to the future employee.

[Budget_Manager] This Ruby on Rails capstone project is about building 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.

🛠 Built With

Tech Stack

The tech stack used in this project include Ruby, HTML5, Rails, and Postgres.

Version Control
Server

Key Features

This project contain the features listed below.

  • [Database migrations in Ruby]
  • [Device]
  • [MVC]
  • [APIs]
  • [Git Branch]

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

Setup

Clone this repository to your desired folder:

  git clone git@github.com:chudisoft/Budget_Manager.git
  cd Budget_Manager
  code .

Install

To install the project open terminal on this project's directory, execute the following command:

bundle install

Usage

To run the project open terminal on this project's directory, execute the following command:

rails db:setup
rails server

Run tests

To run the project open terminal on this project's directory, execute the following command:

bundle exec rspec

(back to top)

🔭 Future Features

Features I will add to the project are:

  • [View/Pages]

(back to top)

👥 Authors

The collaborators of this project include:

👤 Christopher Uduekwe

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Readers are encouraged to support this project by contributing.

If you like this project, feel free to use it, leave a comment and follow me for update.

(back to top)

🙏 Acknowledgments

I would like to thank microverse for this wonderful opportunity. And also to Gregoire Vella on Behance who Original design inspired this idea.

(back to top)

❓ FAQ (OPTIONAL)

2 questions new developers would ask when they decide to use this project.

  • [What languages where used?]

    • [Ruby, Rails, and Postgres]
  • [What git control system was used?]

    • [Github]

(back to top)

📝 License

This project is MIT licensed.

(back to top)