Budget App

Jose Berbesi

📗 Table of Contents

📖 Budget Boss

Budget App is a Ruby on Rails mobile web application where users can manage their budget: they have a list of transactions associated with a category, so that users can see how much money they spent and on what.

🛠 Built With

Tech Stack

Client

Key Features

  • Creating data models
  • Creating controllers
  • Validations and Model specs.
  • Add Devise.
  • Add unit rspec and integration Capybara tests.

(back to top)

🚀 Live Demo

The link to the project deployed and the presentation video:

(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 an Ubuntu console (WSL)

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/jlberbesi/ROR-Capstone-Budget-app.git

Usage

Follow the steps:

  1. Open your terminal
  2. Navigate to your folder
  3. Start the server (rails s)
   rails s
  1. Open your browser at your local host
   http://localhost:3000

Run tests

To run tests, run the following command:

  cd project
  rspec spec

(back to top)

👥 Authors

👤 José Luis Berbesi Lopera

(back to top)

🔭 Future Features

  • Add API end points.
  • Add API documentation.

(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 leave a star!

(back to top)

🙏 Acknowledgments

I would like to thank Microverse.

Attribution

(back to top)

📝 License

This project is MIT licensed.

(back to top)