Skip to content

Latest commit

History

History
29 lines (19 loc) 路 1.15 KB

README.md

File metadata and controls

29 lines (19 loc) 路 1.15 KB

Retro Bank 馃挵

Console-based banking application written in C#. Its simple but but built by the book. Implents a layered architecture: with a data access layer, business logic layer, and presentation layer. Demonstrates all core principles of OOP and C# and is the final project for the C# Masterclass.

Features 馃殌

  • User authentication 馃攼
  • Main Menu with options to manage Customers, Accounts, and Transfers 馃摑馃挸馃捀
  • Customer Menu with options to Add, Delete, Edit, Search, and View All Customers 馃啎馃棏锔忦煐婏笍馃攳馃懃
  • Accounts Menu with options to Add, Delete, Edit, Search, View All Accounts, and View Statement 馃啎馃棏锔忦煐婏笍馃攳馃挸馃摐
  • Transfer Menu with options to Add Transfer and View Transfers 馃啎馃捀馃憖

Getting Started 馃弫

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites 馃搵

  • .NET Core SDK

Installing 馃敡

  1. Clone the repository
  2. Open the solution in Visual Studio
  3. Run the application
CS Banking App