AbigiyaTY / Budget_app

Budget app 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. Bulid with Bootstrap5, Ruby on Rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— Table of Contents

πŸ“– [ Budget App]

Description the project.

  1. Install Ruby on Rails framework.
  2. Use Ruby Gems as a software packages system.
  3. Understand what ORM is.
  4. Use database migration files to maintain database schema.
  5. Write tests for models, controllers, system.
  6. Set up associations between models.
  7. Write SQL queries with Active Record
  8. Use preprocessed HTML file with embedded Ruby code.
  9. Use layouts and templates for shared content.
  10. Build a web app that requires the user to log in.
  11. Use devise gem for authentication.
  12. Limit access to web app resources based on authorization rules.

πŸ›  Built With

Tech Stack

Client
Server
Database

Key Features

  • Create a budget app
  • register and log in, so that the data is private to them.
  • introduce new transactions associated with a category.
  • see the money spent on each category.

back to top

πŸš€ Live Demo

back to top

πŸ’» Getting Started

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

  1. Open terminal or cmd on you local machine and navigate to your desired directory.
  2. Run 'git clone clone https://github.com/AbigiyaTY/Budget_app.git'
  3. Run 'cd Budget_app'
  4. Run 'code .'

Prerequisites

In order to run this project you need [describe prerequisites]:

 gem install rails

Setup

Clone this repository to your desired folder:

  git clone https://github.com/AbigiyaTY/Budget_app.git
  cd Budget_app

Install

Install this project with [package manager]:

  cd Budget_app
  gem install
  rails db:migrate
  rails db:migrate RAILS_ENV=test

Usage

To run the project, execute the following command:

  rails server

(back to top)

Author

πŸ‘€ Abigiya Tadesse

(back to top)

πŸ”­ Future Features

Features of this project.

  • User Authentication
  • CRUD Operations

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

πŸ™ Acknowledgments

(back to top)

⭐️ Show your support

If you like this project...

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

Budget app 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. Bulid with Bootstrap5, Ruby on Rails.


Languages

Language:Ruby 66.2%Language:HTML 26.6%Language:Batchfile 3.8%Language:CSS 1.6%Language:JavaScript 1.6%Language:Shell 0.2%