Code Monkey home page Code Monkey logo

budgetapp's Introduction

BudgetFriend

๐Ÿ“— Table of Contents

๐Ÿ“– BudgetFriend

BudgetFriend budget app is a mobile-app and a user-friendly financial management tool that empowers you to take control of your finances with ease. It offers a range of features to help you plan, track, and manage expenses. With this app, you can create budgets and categorize transactions.

๐Ÿ›  Built With

Tech Stack

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

    • Create Transaction
    • Create account
    • Create Payments for transactions

    (back to top)

    ๐Ÿš€ Live Demo

    ๐Ÿš€ Presentation

    (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 >= 3.0.2
        rails >= 7.0
        postgres >- 15.3
    

    Setup

    Clone this repository to your desired folder:

      git clone [email protected]:clin2on3mun/BudgetApp.git

    You need to setup database for these project

      development = BudjetApp_development
      test        = BudjetApp_test
    

    or you can use your own database and change the config/database.yml

    default: &default
      adapter: postgresql
      encoding: unicode
      pool: 5
      username: [your_username]
      password: [your_password]
      host: localhost
    
    development:
      <<: *default
      database: [your_database_for_development]
    
    test:
      <<: *default
      database: [your_database_for_test]
    
    production:
      <<: *default
      database: [your_database_for_production]

    Install

    Install this project with:

      cd BudgetApp
      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

    Test

    to run test in these this project:

       rspec spec/
    

    it will run the all the unit test of these project

    (back to top)

    ๐Ÿ‘ฅ Authors

    ๐Ÿ‘ค Munana

    (back to top)

    ๐Ÿ”ญ Future Features

    • Create Api endpoints
    • Income management feature

    (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

    I would like to thank Microverse for including this in their curriculum. and also thanks to Gregoire Vella for the design.

    (back to top)

    ๐Ÿ“ License

    This project is MIT licensed.

    (back to top)

    budgetapp's People

    Contributors

    clin2on3mun avatar

    Watchers

     avatar

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google โค๏ธ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.