Bank Account Management System Project in Go
Work in progress
To view Wells Far-Go document, please click on the link below.
Column | Type |
-------------+-----------------------+
number | text |
customer_id | text |
type | integer |
status | integer |
name | character varying(50) |
balance | numeric |
opened_at | bigint |
deleted_at | bigint |
Column | Type |
----------------+---------+
id | bigint |
customer_id | text |
account_number | text |
type | integer |
state | text |
city | text |
street | text |
zip_code | bigint |
country | text |
Column | Type |
---------+--------
id | bigint |
name | text |
address | text |
Column | Type |
-----------+--------+
id | bigint |
bank_code | text |
name | text |
location | text |
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 |
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) |
- Account
- Admin
- Bank
- Customer
- Deposit
- Withdraw
- Transaction
- Go
- Echo
- Redis
- PostgreSQL