Git Product home page Git Product logo

wells-far-go's Introduction

Wells Far-Go

Made with love by 8luebottle ย  Hits

Bank Account Management System Project in Go

Work in progress

WFgo logo

Table of contents

Documentation

To view Wells Far-Go document, please click on the link below.

Wells Far-Go Documentation

wfg documentation

Return to TOC

DB Table

Accounts

   Column    |         Type          |
-------------+-----------------------+
 number      | text                  |
 customer_id | text                  |
 type        | integer               |
 status      | integer               |
 name        | character varying(50) |
 balance     | numeric               |
 opened_at   | bigint                |
 deleted_at  | bigint                |

Addresses

     Column     |  Type   |
----------------+---------+
 id             | bigint  |
 customer_id    | text    |
 account_number | text    |
 type           | integer |
 state          | text    |
 city           | text    |
 street         | text    |
 zip_code       | bigint  |
 country        | text    | 

Banks

 Column  |  Type  |
---------+--------
 id      | bigint |
 name    | text   |
 address | text   |

Branches

  Column   |  Type  |
-----------+--------+
 id        | bigint |
 bank_code | text   |
 name      | text   |
 location  | text   |

Customers

     Column      |  Type   |
-----------------+---------+
 id              | text    |
 password        | text    |
 status          | integer |
 first_name      | text    |
 middle_name     | text    |
 last_name       | text    |
 gender          | integer |
 salary          | numeric |
 country_code    | integer |
 phone           | text    |
 email           | text    |
 dob             | integer |
 registered_date | bigint  |
 updated_at      | bigint  |
 deleted_at      | bigint  |

Transactions

     Column     |          Type          |
----------------+------------------------+
 id             | uuid                   |
 account_number | text                   |
 customer_id    | text                   |
 type           | text                   |
 status         | text                   |
 amount         | numeric                |
 transfer_date  | bigint                 |
 from           | text                   |
 to             | text                   |
 description    | character varying(150) |

Return to TOC

ERD

Wells Far-Go ER Diagram

  • Account
  • Admin
  • Bank
  • Customer
  • Deposit
  • Withdraw
  • Transaction

Return to TOC

Tech Stack

Back-end Tech Stack

Programming languages

  • Go

Frameworks

  • Echo

Databases

  • Redis
  • PostgreSQL

Server Providers

Return to TOC

wells-far-go's People

Contributors

8luebottle avatar

Watchers

 avatar  avatar

Forkers

luiskelvin654

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.