Skip to content

maksym-panov/banking-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banking API

Overview

This repository contains simple Java application of the Fintech domain.

ERD of the domain model

Domain consists of our bank branches, departments of branches, and bank employees that may or may not be attached to a specific branch or department. Bank has customers of two types: individuals and businesses. Businesses can have multiple officers, that represent their intereses in the bank. Bank customers can open accounts according to provided bank products (debit/credit card, deposit etc). Accounts can be opened either with (e.g. in one of bank branches) or without (e.g. online via application interface) bank employee. Each account may have any number of financial transactions. Transactions may be made through a bank teller or independently.

ER Diagram

Releases

No releases published

Packages

 
 
 

Contributors

Languages