{"id":23707125,"url":"https://github.com/debas-31/rails-budget-app","last_synced_at":"2026-04-06T08:01:37.905Z","repository":{"id":51087542,"uuid":"520178404","full_name":"Debas-31/rails-budget-app","owner":"Debas-31","description":"A mobile web application where users can manage their budget; they can have a list of transactions associated with a category to see how much money they spent and on what item.","archived":false,"fork":false,"pushed_at":"2022-09-26T20:41:46.000Z","size":524,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2026-01-03T19:11:00.776Z","etag":null,"topics":["css3","html5","rspec","ruby","ruby-gem","ruby-on-rails","tailwind-css"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Debas-31.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}},"created_at":"2022-08-01T16:10:29.000Z","updated_at":"2022-09-05T07:42:05.000Z","dependencies_parsed_at":"2023-01-18T21:45:59.223Z","dependency_job_id":null,"html_url":"https://github.com/Debas-31/rails-budget-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Debas-31/rails-budget-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Debas-31%2Frails-budget-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Debas-31%2Frails-budget-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Debas-31%2Frails-budget-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Debas-31%2Frails-budget-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Debas-31","download_url":"https://codeload.github.com/Debas-31/rails-budget-app/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Debas-31%2Frails-budget-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31464102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"online","status_checked_at":"2026-04-06T02:00:07.287Z","response_time":112,"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":["css3","html5","rspec","ruby","ruby-gem","ruby-on-rails","tailwind-css"],"created_at":"2024-12-30T16:18:21.483Z","updated_at":"2026-04-06T08:01:37.885Z","avatar_url":"https://github.com/Debas-31.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rails Budget App\n\u003e A Ruby on Rails capstone project 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, and that allows the user to:\n  - Register and log in so that the data is private to them.\n  - Introduce new transactions associated with a category.\n  - See the money spent on each category.\n\n## Screenshot views\n\u003cdiv style=\"display: flex; flex-direction: row;\"\u003e\n  \u003cimg src=\"./app/assets/images/homePage.png\" /\u003e \n  \u003cimg src=\"./app/assets/images/signup.png\" /\u003e\n  \u003cimg src=\"./app/assets/images/login.png\" /\u003e\n\u003c/div\u003e\n\u003chr\u003e\n\u003cdiv style=\"display: flex; flex-direction: row;\"\u003e\n \u003cimg src=\"./app/assets/images/transaction.png\" /\u003e\n \u003cimg src=\"./app/assets/images/addCatagory.png\" /\u003e\n\u003c/div\u003e\n\n## Built With\n- Ruby\n- Ruby on Rails\n- PostgreSQL\n- HTML\n- TailwindCSS and CSS\n## Live Demo\n [Live link demo](https://serene-ocean-56296.herokuapp.com/)\n## prerequisites\n- Text editor\n- Ruby\n- Ruby on Rails\n- PostgresSQL\n- Rspec\n### Development (Running locally)\n\n- git clone the project\n\n```bash \ngit clone https://github.com/Debas-31/rails-budget-app.git\n\ncd rails-budget-app\n```\n\n\n### Setup\n\nInstall gems with:\n\n```\nbundle install\n```\n\nSetup database with:\n\n```\nrails db:create\nrails db:migrate\n```\n\n### Usage\n\nStart server with:\n\n```\nrails server\n```\n\nVisit http://localhost:3000/ in your browser.\n\n### Run tests\n\nInstall npm with:\n\n```\nnpm i\n```\n\nInstall rspec with:\n\n```\nbundle install\n```\nGenerate rspec:\n\n```\nrails generate rspec:install\n```\n\nRun the test with:\n\n```\nrspec spec\n```\n\n\n👤 **Debas Gebreslasie**\n\n- [GitHub](https://github.com/Debas-31)\n- [Twitter](https://twitter.com/DEBSH76956492)\n- [LinkedIn](https://www.linkedin.com/in/debas-gebrengus)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Debas-31/rails-budget-app/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n- Ruby Community\n- rails developers\n- Gregoire Vella former product designer and Adobe Creative Cloud\n\n## 📝 License\n\n[MIT licensed](https://github.com/Debas-31/rails-budget-app/blob/dev/LICENSE).\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebas-31%2Frails-budget-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdebas-31%2Frails-budget-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdebas-31%2Frails-budget-app/lists"}