{"id":14955874,"url":"https://github.com/sevlamare/wallet","last_synced_at":"2025-02-25T20:30:58.357Z","repository":{"id":40073876,"uuid":"273552555","full_name":"SevlaMare/wallet","owner":"SevlaMare","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-19T19:31:15.000Z","size":485,"stargazers_count":5,"open_issues_count":19,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T10:41:45.858Z","etag":null,"topics":["database-diagram","heroku-deployment","rails","ruby","ruby-on-rails","rubyonrails"],"latest_commit_sha":null,"homepage":"https://evening-wildwood-86896.herokuapp.com/","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/SevlaMare.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":"2020-06-19T17:38:00.000Z","updated_at":"2024-10-06T10:46:03.000Z","dependencies_parsed_at":"2023-02-05T22:15:59.627Z","dependency_job_id":null,"html_url":"https://github.com/SevlaMare/wallet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fwallet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fwallet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fwallet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SevlaMare%2Fwallet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SevlaMare","download_url":"https://codeload.github.com/SevlaMare/wallet/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240741645,"owners_count":19850191,"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":["database-diagram","heroku-deployment","rails","ruby","ruby-on-rails","rubyonrails"],"created_at":"2024-09-24T13:11:56.118Z","updated_at":"2025-02-25T20:30:58.067Z","avatar_url":"https://github.com/SevlaMare.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WalletGroup\n\u003e An app where you can manage your cash flow.\n\n![screenshot](docs/screenshot.png)\n\n\u003cbr\u003eThe main point of this project is to deploy a working app, starting from the stretch, following the good practices.\u003cbr\u003e\n\n## Content\n\n* [Live Demo](#live-demo)\n* [Business requirements](#business-requirements)\n* [Potential future features](#potential-future-features)\n* [Built With](#built-with)\n* [Database Diagram](#database-diagram)\n* [Getting Start](#getting-start)\n* [Contributing](#contributing)\n* [Acknowledgments](#acknowledgments)\n* [Author](#author)\n* [License](#license)\n\n## Live Demo\nYou can access a deployed version of this app:\u003cbr\u003e\nhttps://evening-wildwood-86896.herokuapp.com/\n\n## Business requirements\n\n\u003cul\u003e\n  \u003cp\u003eUser\u003c/p\u003e\n  \u003cli\u003eCreate an account and make a login\u003c/li\u003e\n  \u003cli\u003eAuthenticate with username only\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cul\u003e\n  \u003cp\u003eTransactions and External transactions\u003c/p\u003e\n  \u003cli\u003eDisplay total and a list with all transactions\u003c/li\u003e\n  \u003cli\u003eAuthenticate with username only\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cul\u003e\n  \u003cp\u003eGroups\u003c/p\u003e\n  \u003cli\u003eCreate groups\u003c/li\u003e\n  \u003cli\u003eSee a list with all groups\u003c/li\u003e\n  \u003cli\u003eSee transactions by groups\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003cul\u003e\n  \u003cp\u003eDesign\u003c/p\u003e\n  \u003cli\u003eMobile App\u003c/li\u003e\n\u003c/ul\u003e\n\n\n## Potential future features\n\u003cul\u003e\n  \u003cli\u003eChart with incomes x outcomes\u003c/li\u003e\n  \u003cli\u003eSearch feature\u003c/li\u003e\n  \u003cli\u003eResponsive Design\u003c/li\u003e\n  \u003cli\u003eChecklist while creating an account\u003c/li\u003e\n\u003c/ul\u003e\n\n## Built With\n\n- Ruby 2.6 \u003cbr\u003e\n- Ruby on Rails 5.2 \u003cbr\u003e\n- Postgres \u003cbr\u003e\n- Rubocop and Stylint (Linters) \u003cbr\u003e\n- GitHub Actions (CI Tool) \u003cbr\u003e\n- Git, Github and VScode \u003cbr\u003e\n\n## Database Diagram\n![erd](docs/diagram.png)\n\n\n## Getting Start\n\n#### Install\nTo use this program, you will need to install:\n* Ruby Language - Version 2.6 - [Install guide](https://www.ruby-lang.org/en/documentation/installation/)\n\n* Ruby on Rails - Version 5.2 - [Install guide](https://guides.rubyonrails.org/v5.0/getting_started.html#installing-rails)\n\n\n#### Get a local copy\nNow you need a copy of this application, if you are using Git:\n```js\ngit clone git@github.com:SevlaMare/wallet.git\n```\nOtherwise just hit (Download Zip) on the green button (Code) at top of this page.\n\n\n#### Setup\n\nInstall all dependencies with:\n\n```\nbundle install\n```\n\nSetup database with:\n\n```\nrake db:schema:load\n```\nand populate the database with defaults using:\n```\nrails db:seed\n```\n\n#### Run App\nTo run, from the application folder, just type on terminal:\n```js\nrails server\n```\nNow you can go to your favorite web browser like Google Chrome and access the URL\n\u003cbr\u003e http://localhost:3000\n\n### Contributing\n\nContributions, issues and feature requests are welcome!\n\nYou can do it on [issues page](issues/).\n\n## Acknowledgments\n\nA special thanks to the code reviewers.\n\n## Author\n\n👤 **Thiago Miranda**\n\n- Github: [@SevlaMare](https://github.com/SevlaMare)\n- Twitter: [#SevlaMare](https://twitter.com/SevlaMare)\n- Linkedin: [SevlaMare](https://www.linkedin.com/in/sevla-mare)\n\n### License\nDesign idea by [Gregoire Vella](https://www.behance.net/gregoirevella) on Behance.\u003cbr\u003e\n\u003cstrong\u003eCreative Commons • July 2020\u003c/strong\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevlamare%2Fwallet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsevlamare%2Fwallet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsevlamare%2Fwallet/lists"}