/budget

This was a personal project within microverse curriculum, meant to allow the user to have a budget app where the user can manage expenses. You can keep track of how much you spent, when and take all the related transactions inside a group to manage them easier.

Primary LanguageRuby

Ruby on Rails Budget App

This is a budget app that uses Ruby on Rails.

Built With

  • Ruby on Rails

Getting Started

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

  1. Clone the repository
  2. Run the bundle install command
  3. Run rails s to start the server
  4. Visit http://localhost:3000/ in your browser to see the app running.

Or

You can just visit this link in your browser to see the app running.

Prerequisites

  • You need to have Ruby installed on your machine.

Installation

  • First, you will need to clone this repository into your local machine.

  • Second, you need to create the database for this app. In order to do this, you can do rails db:create, then do rails db:migrate.

Run tests

  • To run the test all you need to do is do cd to the correct folder and run rspec, or you can do rspec spec/ to run all the tests.

Authors

👤 Isai Cespedes

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.