Skip to content

Latest commit

 

History

History
100 lines (66 loc) · 1.95 KB

README.md

File metadata and controls

100 lines (66 loc) · 1.95 KB

Budget App

A Ruby on Rails app for managing personal budget and generating transactions with categories.

screenshot

The BudgetApp keeps track of all your transactions and trades. This app will allow you to create categories, keep track of your budget, create transactions, and visualize your expenses. You can create an account and log in to any device.

Built With

  • Ruby 3.1.2
  • Ruby on Rails 7.0.3
  • PostgreSQL 14.4
  • Devise 4.8.1
  • Hotwire Turbo/Stimulus
  • Sass
  • Bootstrap

Live Demo

Click Here

Getting Started

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

Prerequisites

  • Have git correctly installed.
  • Have Ruby correctly installed.
  • Have Rails correctly installed.
  • Have PostgreSQL correctly installed.

Setup

  • Open a terminal window where you want to have installed a clone of the repository.

Install

  • Use this command to clone the repo:
$ git clone [email protected]:helio3197/budget-app.git
  • Navigate to the repo folder:
$ cd budget-app
  • Install the required dependencies:
$ bundle install
  • Create database and load schema:
$ rails db:setup

Usage

  • Run:
$ rails s
  • Tests:
$ rspec
  • Edit the content as you like.

Authors

👤 Kenny Salazar

🤝 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

  • Thanks to Microverse for the guidelines.
  • Original design by Gregoire Vella: Behance

📝 License

This project is MIT licensed.