Git Product home page Git Product logo

budgetly's Introduction

Blog App

๐Ÿ“— Table of Contents

๐Ÿ“– budgetly

budgetly is a mobile web application where you can manage your budget: you have a list of transactions associated with a category, so that you can see how much money you spent and on what.

๐Ÿ›  Built With

Tech Stack

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

    • A login page.
    • A registration page.
    • A Transaction page
    • A Category page

    (back to top)

    ๐Ÿš€ Live Demo

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

    Setup

    Clone this repository to your desired folder:

      git clone https://github.com/batoolfatima2135/budgetly

    You need to setup database for these project

      development = budgetly_development
      test        = budgetly_App_test
      production  = budgetly_App-production
    

    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 budgetly
      bundle install

    it will install the required gemfile for running the project

    Usage

    to use this project:

       bin/rails server or
       rails server

    it will run the the server on localhost:3000

    (back to top)

    ๐Ÿ‘ฅ Authors

    ๐Ÿ‘ค Batool Fatima

    (back to top)

    ๐Ÿ”ญ Future Features

    • Change theme option

    (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 kindly give stars

    (back to top)

    ๐Ÿ™ Acknowledgments

    I would like to thank microverse for this project and regoire Vella for Original design idea Gregoire Vella on Behance.

    (back to top)

    ๐Ÿ“ License

    This project is MIT licensed.

    (back to top)

    budgetly's People

    Contributors

    batoolfatima2135 avatar

    Stargazers

    Abdul Ali Noori 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.