{"id":19187914,"url":"https://github.com/bria222/budget-app","last_synced_at":"2026-04-14T03:32:38.968Z","repository":{"id":116015042,"uuid":"566339535","full_name":"Bria222/Budget-app","owner":"Bria222","description":"this project is  about building 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.  You will create a Ruby on Rails application that allows the user to:  register and log in, ","archived":false,"fork":false,"pushed_at":"2022-11-18T11:31:46.000Z","size":263,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2025-02-23T03:28:03.321Z","etag":null,"topics":["bootstrap","devise","devise-jwt","gem","html-css-javascript","javascript","rails","restful-api","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"https://brian-budget-app.herokuapp.com/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bria222.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-15T13:20:39.000Z","updated_at":"2022-11-18T06:59:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"942c4757-f605-4b2f-90ca-b68598c851fd","html_url":"https://github.com/Bria222/Budget-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"microverseinc/readme-template","purl":"pkg:github/Bria222/Budget-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bria222%2FBudget-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bria222%2FBudget-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bria222%2FBudget-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bria222%2FBudget-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bria222","download_url":"https://codeload.github.com/Bria222/Budget-app/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bria222%2FBudget-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31781292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","devise","devise-jwt","gem","html-css-javascript","javascript","rails","restful-api","ruby","ruby-on-rails"],"created_at":"2024-11-09T11:21:53.997Z","updated_at":"2026-04-14T03:32:38.953Z","avatar_url":"https://github.com/Bria222.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Budget-app\n\n\u003e This is an educational project is about building 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. The Ruby on Rails application that allows the user to:\n- [x] register and log in, so that the data is private to them.\n- [x] introduce new transactions associated with a category.\n- [x] see the money spent on each category.\n\nThe result should look similar to the following data model:\n\n\u003cimg width=\"374\" alt=\"erd_diagram\" src=\"https://user-images.githubusercontent.com/98527559/188287544-68d6fb5b-a265-4001-b1ac-3dc74393d720.png\"\u003e\n\n## Learning Objectives 🔖\n- [x] Use ruby gems as software packages system.\n- [x] Install Ruby on Rails framework.\n- [x] Understand Rails RESTful design and router.\n- [x] Use controllers to handle requests and render empty views.\n- [x] Use params from browser request in a safe way.\n- [x] Use preprocessed html file with embedded Ruby code.\n- [x] Use layouts and templates for shared content.\n- [x] Use database migration files to maintain database schema.\n- [x] Use validations for models.\n- [x] Secure app from n+1 problems.\n- [x] Understand what ORM is.\n- [x] Write SQL queries with ActiveRecord.\n- [x] Set up associations between models.\n- [x] Build a webapp that requires the user to log in.\n- [x] Use devise gem for authentication.\n- [x] Limit access to webapp resources based on authorization rules.\n- [x] Analyze in writing why you have made a coding choice using one structure over another.\n\n## Project Documentation 📄\n\n- [x] Here is the presentation video [link]()👈\n- [x] Here is the deployed app in [Heroku](https://brian-budget-app.herokuapp.com/)👈\n\n## Built With 🛠️\n\n- [x] Programming Language: [Ruby](https://www.ruby-lang.org/en/)\n- [x] Framework: [Ruby on Rails](https://rubyonrails.org/)\n- [x] Linter: [Rubocop](https://rubocop.org/)\n- [x] Code Editor: [VS Code](https://code.visualstudio.com/)\n\n## Getting Started\n\nTo get a local copy up and running follow these simple steps.\n\n### Prerequisites\n\n- [x] A web browser like Google Chrome.\n- [x] A code editor like Visual Studio Code with Git and Ruby.\n\nYou can check if Git is installed by running the following command in the terminal.\n```\n$ git --version\n```\n\nLikewise for Ruby installation.\n```\n$ ruby --version \u0026\u0026 irb\n```\n\nTo install rails, in the terminal kindly run this command\n```\n$ gem install rails\n```\n\n### Setup\n\nClone the repository using the GitHub link provided below.\n\n### Install\n\nIn the terminal, go to your file directory and run this command.\n\n```\n$ git clone https://github.com/Bria222/Budget-app.git\n```\n\n### Usage\n\nKindly modify the files as needed.\n\n### Run tests\n\nTo install rspec, in the terminal kindly run this command\n\n```\n$ gem install rspec\n```\n\nTo run tests, please run this command\n```\n$ rspec ./spec/#{filename}_spec.rb\n```\n\n## Author\n\n👤 **Brian Nyachae** \u003cimg src=\"https://emojis.slackmojis.com/emojis/images/1531849430/4246/blob-sunglasses.gif?1531849430\" width=\"20\"/\u003e\n\n- GitHub: [@Bria222](https://github.com/Bria222)\n- LinkedIn: [Brian (mr bree) nyachae](https://www.linkedin.com/in/brian-nyachae/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Bria222/Budget-app.git/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- [Microverse](https://www.microverse.org/)\n- Code Reviewers\n- Original design idea by [Gregoire Vella on Behance.](https://www.behance.net/gregoirevella)\n\nThe [Creative Commons license of the design](https://creativecommons.org/licenses/by-nc/4.0/) requires that you give appropriate credit to the author. Therefore, you must do it in the README of your project.\n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbria222%2Fbudget-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbria222%2Fbudget-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbria222%2Fbudget-app/lists"}