Skip to content

noonejr/GringottsBank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GringottsBank

Basic Bank API consisting of three endpoint Customer, Account, AccountTranscation

Solution contains three projects

  1. Bank (Database solution)
  2. BankLibrary (Library containing the business logic and data access layer)
  3. GringottsBank (Enpoints of the project)

Dependency

Database design

Tables

  1. Customer
  2. Account
  3. CustomerAccount (Used for mapping customer and account)
  4. AccountTransaction
  5. Branch (Not in use)

Bank API

Setting Up Local Database

  • Bank > RightClick > Properties
  • Change the Target of Bank according to SQL Server Verson

image

  • Bank > RightClick > Publish

image

  • Click and edit and set sql server information
  • Click on publish

About

Bank API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published