{"id":16447094,"url":"https://github.com/laylo309/my-budget-app","last_synced_at":"2026-05-09T04:32:21.910Z","repository":{"id":44965955,"uuid":"446452786","full_name":"Laylo309/my-budget-app","owner":"Laylo309","description":"This is 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","archived":false,"fork":false,"pushed_at":"2022-02-22T17:56:41.000Z","size":860,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-06T11:23:17.716Z","etag":null,"topics":["postgresql","rails","ruby","ruby-on-rails","webpacker"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Laylo309.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-10T14:19:29.000Z","updated_at":"2022-09-16T06:51:27.000Z","dependencies_parsed_at":"2022-09-08T21:02:02.666Z","dependency_job_id":null,"html_url":"https://github.com/Laylo309/my-budget-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Laylo309/my-budget-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laylo309%2Fmy-budget-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laylo309%2Fmy-budget-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laylo309%2Fmy-budget-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laylo309%2Fmy-budget-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Laylo309","download_url":"https://codeload.github.com/Laylo309/my-budget-app/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Laylo309%2Fmy-budget-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32807194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["postgresql","rails","ruby","ruby-on-rails","webpacker"],"created_at":"2024-10-11T09:49:41.415Z","updated_at":"2026-05-09T04:32:21.892Z","avatar_url":"https://github.com/Laylo309.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"  \u003ca href=\"https://www.microverse.org/\"\u003e\n    \u003cimg alt=\"Microverse\" src=\"https://img.shields.io/badge/-Microverse-blueviolet?style=flat-square\"\u003e\n  \u003c/a\u003e\n\n# My Budget App\n\nMy Budget App is a capstone project from the fifth module of the Microverse program. With it, we learned how to build applications using the Ruby on Rails framework.\n\nBudget App is a  application that lets you create a user, log in, so that the data is private to them. In this application you will be introduced to your new transactions associated with a category and see the money spent on each category.\n\n\nEverything will be based on the ERD class diagram presented below. \n\n\u003c/br\u003e\n \u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"./images/erd_diagram.png\" alt=\"ERD diagram\" width=50% /\u003e\n    \u003cp\u003eEntity Relationship Diagram (ERD) of Budget App project\u003c/p\u003e\n\u003c/div\u003e\n\n## [Live Version](https://shrouded-sea-17784.herokuapp.com/)\n## [Demo Video](https://www.loom.com/share/59d3ad1ac20e4d33b85117b086b5339e)\n\n \u003cimg src=\"./images/Screenshot_2.png\" width=\"200px\" height= \"400px\"\u003e \u003cimg src=\"./images/Screenshot_3.png\" width=\"200px\" height= \"400px\"\u003e \u003cimg src=\"./images/Screenshot_4.png\" width=\"200px\" height= \"400px\"\u003e\n \u003cimg src=\"./images/Screenshot_5.png\" width=\"200px\" height= \"400px\"\u003e \u003cimg src=\"./images/Screenshot_6.png\" width=\"200px\" height= \"400px\"\u003e \u003cimg src=\"./images/Screenshot_7.png\" width=\"200px\" height= \"400px\"\u003e\n\n\n## Getting Started\nTo run the project locally, copy up and running follow these simple example steps :\n\n - First of all make sure you have both `Ruby` \u0026 `Rails` installed in your machine\n (else You can install `Rails` just with this simple command  ```gem install rails```)\n - clone the project with the following command line : \n```\n$ git clone git@github.com:Laylo309/my-budget-app.git\n```\n - Then go to the right folder \n```\n$ cd Blog_app\n```\n```\n$ bundle\n```\nand run to install npm package\n```\n$ npm install\n```\n\nmake sure the database is up and running.\n```\n$ rails db:create\n```\nWhen you will add migration file then, you can add command like\n```\n$ rails db:migrate\n```\n\n - Finaly run `rails s` and visit http://localhost:3000/  in your browser!\n\n ## Run tests :\n\n To run Request specs locally you need just to run this following command in your terminal :\n\n ```\n $ bundle exec rspec\n ```\n \u003c/br\u003e\n \u003cdiv align=\"center\"\u003e\n    \u003ckbd\u003e\n    \u003cimg alt=\"gif\" src=\"./images/Screenshot_1.png\" width=90% /\u003e\n    \u003cp\u003e30 Request Specs passed\u003c/p\u003e\n       \u003c/kbd\u003e\n\u003c/div\u003e\n\n## Built With\n\n - Ruby on Rails  \u003cimg src=\"https://cdn.emojidex.com/emoji/seal/Ruby.png\" width=15px\u003e\n - PostgreSQL \u003cimg src=\"https://user-images.githubusercontent.com/80895497/142954032-f7072df9-3586-48f9-a9e0-7fdd284eb833.png\" width=15px\u003e\n \n\u003c/br\u003e\n\n## Author\n\n👤 **Laylo Khodjaeva**\n\n- GitHub: [@Laylo309](https://github.com/Laylo309)\n- Twitter: [@Laylo](https://twitter.com/home?lang=en)\n- LinkedIn: [LayloKhodjaeva](https://www.linkedin.com/in/laylo-khodjaeva-05a972207/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Laylo309/Recipe-app/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Original design idea by [Gregoire Vella on Behance](https://www.behance.net/gregoirevella)\n- Inspiration 💘\n- Microverse program ⚡\n- My standup team 😍\n- My family's support 🙌\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaylo309%2Fmy-budget-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaylo309%2Fmy-budget-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaylo309%2Fmy-budget-app/lists"}