{"id":19776739,"url":"https://github.com/fabianofrank/rails-wallet","last_synced_at":"2025-06-25T23:04:58.226Z","repository":{"id":59504435,"uuid":"535768431","full_name":"fabianofrank/rails-wallet","owner":"fabianofrank","description":"My Wallet is meant to help you organize your investments across different categories. This fully functional website shows you a list of all your wallets and the total value on them, it also displays the total amount of investments separated by wallet. It can be used by different users within the local database that was design for this application.","archived":false,"fork":false,"pushed_at":"2024-01-24T23:37:00.000Z","size":304,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-02-28T12:08:41.766Z","etag":null,"topics":["postgresql","rails","ruby"],"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/fabianofrank.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-12T17:03:54.000Z","updated_at":"2022-10-18T21:59:03.000Z","dependencies_parsed_at":"2024-11-12T05:34:43.175Z","dependency_job_id":null,"html_url":"https://github.com/fabianofrank/rails-wallet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fabianofrank/rails-wallet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Frails-wallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Frails-wallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Frails-wallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Frails-wallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabianofrank","download_url":"https://codeload.github.com/fabianofrank/rails-wallet/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabianofrank%2Frails-wallet/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261967132,"owners_count":23237663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"],"created_at":"2024-11-12T05:21:36.172Z","updated_at":"2025-06-25T23:04:58.205Z","avatar_url":"https://github.com/fabianofrank.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Wallet\n\nMy Wallet is meant to help you organize your investments across different categories. This fully functional website shows you a list of all your wallets and the total value on them, it also displays the total amount of investments separated by wallet. It can be used by different users within the local database that was design for this application.\n\n\n- Here it is the main screen and the live link for of the application:\n\n\u003c/br\u003e\n\n![wallet1_mock](https://user-images.githubusercontent.com/68971295/196289400-d5bb6fc1-4f7b-42e3-89ac-463df77f18b9.png)\n![wallet2_mock](https://user-images.githubusercontent.com/68971295/196289435-7019cc08-a850-4259-9c70-45bc2c83b808.png)\n![wallet3_mock](https://user-images.githubusercontent.com/68971295/196289446-1d4f07fa-441c-49fc-9f1f-1a94f47bb2e9.png)\n\n### [Demo](https://rails-wallet.herokuapp.com/)\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:fabianofrank/rails-wallet.git\n```\n - Then go to the right folder \n```\n$ cd rails-wallet\n```\n```\n$ bundle-install\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```\nRun this command line to add some dummy data\n```\n$ rails db:seed\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!-- \u003c/br\u003e\n \u003cdiv align=\"center\"\u003e\n    \u003ckbd\u003e\n    \u003cimg alt=\"gif\" src=\"https://user-images.githubusercontent.com/80895497/144337923-8f5660a0-6e8a-4ba4-99a5-c6ab42bb3b73.png\" width=90% /\u003e\n    \u003cp\u003e16 Request Specs passed\u003c/p\u003e\n       \u003c/kbd\u003e\n\u003c/div\u003e --\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## Author\n\n👤 **Fabiano Frank**\n\n- GitHub: [@fabianofrank](https://github.com/fabianofrank)\n- Twitter: [@fabianofrankk](https://twitter.com/fabianofrankk)\n- LinkedIn: [@fabianofrank](https://www.linkedin.com/in/fabianofrank/)\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/fabianofrank/rails-blog-app/issues).\n\n## Show your support\n\nGive a ⭐️ if you like this project!\n\n## Acknowledgments\n\n- Inspiration 💘\n- Microverse program ⚡\n- My standup team 😍\n- My family's support 🙌\n- MicroBros 😜\n\n## 📝 License\n\nThis project is [MIT](https://github.com/fabianofrank/rails-blog-app/blob/develop/LICENSE.md) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianofrank%2Frails-wallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabianofrank%2Frails-wallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabianofrank%2Frails-wallet/lists"}