Basic Bank API consisting of three endpoint Customer, Account, AccountTranscation
- Bank (Database solution)
- BankLibrary (Library containing the business logic and data access layer)
- GringottsBank (Enpoints of the project)
Tables
- Customer
- Account
- CustomerAccount (Used for mapping customer and account)
- AccountTransaction
- Branch (Not in use)
- Bank > RightClick > Properties
- Change the Target of Bank according to SQL Server Verson
- Bank > RightClick > Publish
- Click and edit and set sql server information
- Click on publish


