Skip to content

BassantAbdelaziz/BankApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

BankApi

BankApi enables to create/open new account for existing customer, and get all customer infromation about his accounts and transactions. Main parts that BankApi take care of are:

  • Account: Represents the account of the customer.
  • Customer: Represents customer.
  • CustomerAccount: Represents needed data to open a new account.
  • Transaction: Refers to the transaction done of a account.

Technologies

  • C#.
  • .NET Core (6.0).

Quick Start

  1. Clone the repository: clone [email protected]:BassantAbdelaziz/BankApi.git.
  2. Launch the system.
  3. Redirects to Swagger.

Main Database

We have two trail:

  1. Inset customers data into list and read directly by GetCustomerById method.
  2. CustomerData.json insert data into json file, read json, convert to list then read by readCustomerFromJsonFile method.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published