{"id":24017735,"url":"https://github.com/8luebottle/wells-far-go","last_synced_at":"2026-06-11T13:31:29.929Z","repository":{"id":57535828,"uuid":"238655858","full_name":"8luebottle/Wells-Far-Go","owner":"8luebottle","description":"🏦  Personal Side-Project | Learning by Doing","archived":false,"fork":false,"pushed_at":"2020-07-11T09:01:54.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2023-07-10T16:44:14.032Z","etag":null,"topics":["banking","echo-framework","go","project","rest-api","wells-fargo"],"latest_commit_sha":null,"homepage":"","language":"Go","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/8luebottle.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-02-06T09:50:55.000Z","updated_at":"2023-07-10T16:44:14.033Z","dependencies_parsed_at":"2022-08-28T18:01:14.472Z","dependency_job_id":null,"html_url":"https://github.com/8luebottle/Wells-Far-Go","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8luebottle%2FWells-Far-Go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8luebottle%2FWells-Far-Go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8luebottle%2FWells-Far-Go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8luebottle%2FWells-Far-Go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8luebottle","download_url":"https://codeload.github.com/8luebottle/Wells-Far-Go/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240746841,"owners_count":19850993,"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":["banking","echo-framework","go","project","rest-api","wells-fargo"],"created_at":"2025-01-08T09:42:47.147Z","updated_at":"2026-06-11T13:31:29.878Z","avatar_url":"https://github.com/8luebottle.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wells Far-Go\n![Made with love by 8luebottle](https://img.shields.io/badge/Made%20with%20%E2%9D%A4%EF%B8%8Fby-%208luebottle%20-blue) \u0026nbsp;\n[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2F8luebottle%2FWells-Far-Go)](https://hits.seeyoufarm.com)\n\n**Bank Account Management System Project in Go**\n\u003e Work in progress\n\n\u003cimg width=\"1000\" alt=\"WFgo logo\" src=\"https://user-images.githubusercontent.com/48475824/83945339-f206dd00-a844-11ea-9fe1-f52725fea95d.png\"\u003e\n\n### Table of contents\n* [Documentation](#documentation)\n* [DB Table](#db-table)\n* [ERD](#erd)\n* [Tech Stack](#tech-stack)\n  * [Back-end Tech Stack](#back-end-tech-stack)\n\n\n## Documentation\nTo view **Wells Far-Go** document, please click on the link below.\n\n[Wells Far-Go Documentation](https://bit.ly/wells-far-Go)  \n\n\u003cimg width=\"400\" alt=\"wfg documentation\" src=\"https://user-images.githubusercontent.com/48475824/83948176-89286080-a856-11ea-936a-1fd141d8c833.png\"\u003e\n\n[Return to TOC](#table-of-contents)\n\n## DB Table\n### Accounts\n```sql\n   Column    |         Type          |\n-------------+-----------------------+\n number      | text                  |\n customer_id | text                  |\n type        | integer               |\n status      | integer               |\n name        | character varying(50) |\n balance     | numeric               |\n opened_at   | bigint                |\n deleted_at  | bigint                |\n```\n\n### Addresses\n```sql\n     Column     |  Type   |\n----------------+---------+\n id             | bigint  |\n customer_id    | text    |\n account_number | text    |\n type           | integer |\n state          | text    |\n city           | text    |\n street         | text    |\n zip_code       | bigint  |\n country        | text    | \n```\n\n### Banks\n```sql\n Column  |  Type  |\n---------+--------\n id      | bigint |\n name    | text   |\n address | text   |\n```\n\n### Branches\n```sql\n  Column   |  Type  |\n-----------+--------+\n id        | bigint |\n bank_code | text   |\n name      | text   |\n location  | text   |\n```\n\n### Customers\n```sql\n     Column      |  Type   |\n-----------------+---------+\n id              | text    |\n password        | text    |\n status          | integer |\n first_name      | text    |\n middle_name     | text    |\n last_name       | text    |\n gender          | integer |\n salary          | numeric |\n country_code    | integer |\n phone           | text    |\n email           | text    |\n dob             | integer |\n registered_date | bigint  |\n updated_at      | bigint  |\n deleted_at      | bigint  |\n```\n\n### Transactions\n```sql\n     Column     |          Type          |\n----------------+------------------------+\n id             | uuid                   |\n account_number | text                   |\n customer_id    | text                   |\n type           | text                   |\n status         | text                   |\n amount         | numeric                |\n transfer_date  | bigint                 |\n from           | text                   |\n to             | text                   |\n description    | character varying(150) |\n```\n[Return to TOC](#table-of-contents)\n\n## ERD\n[Wells Far-Go ER Diagram](https://www.erdcloud.com/d/F6f6pKyCn68a4te9z)\n* Account\n* Admin\n* Bank\n* Customer\n* Deposit\n* Withdraw\n* Transaction\n\n[Return to TOC](#table-of-contents)\n\n## Tech Stack\n### Back-end Tech Stack\n#### Programming languages \n* Go\n#### Frameworks\n* Echo\n#### Databases\n* Redis\n* PostgreSQL\n#### Server Providers\n\n[Return to TOC](#table-of-contents)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8luebottle%2Fwells-far-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8luebottle%2Fwells-far-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8luebottle%2Fwells-far-go/lists"}