/budget

Budget app is a web application that allows users to perform CRUD (Create, Read, Update, Delete) operations. Users can add categories to keep track of their financial expenses.

Primary LanguageRubyMIT LicenseMIT

Budget

📗 Table of Contents

📖 Budget app

Budget app is a web application that allows users to perform CRUD (Create, Read, Update, Delete) operations. Users can add categories to keep track of their financial expenses. In each category, users can add purchases. On the category page, users can view the total amount of purchase items. When looking at the purchase page, users can see detailed data for each purchase.

🛠 Built With

Tech Stack

Server
  • Ruby
  • Rails
  • Database
  • Postgres
  • Key Features

    • Built using Ruby on Rails

    (back to top)

    🚀 Live Demo

    (back to top)

    🎬 VIdeo Walkthrough

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

        ruby
        rails
        postgres
    

    Setup

    Clone this repository to your desired folder:

      git clone https://github.com/kit0-0/budget.git

    You need to setup database for these project

      development = budget_dev
      test        = budget_test
      production  = budget-production
    

    Install

    Install this project with:

      cd budget-app
      bundle install

    it will install the required gemfile for running the project

    Usage

    to use this project:

       rails s

    it will run the the server on localhost:3000

    (back to top)

    👥 Author

    👤 Kiko

    (back to top)

    🔭 Future Features

    • Add Animation

    (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 you can share this project to your friend

    (back to top)

    🙏 Acknowledgments

    This replica is a tribute to the original design by Gregoire Vella, featured on Behance. Special thanks to Gregoire Vella for the inspiring design, which you can find here

    (back to top)

    📝 License

    This project is MIT licensed.

    (back to top)