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.
- 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 ππΈπ
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- .NET Core SDK
- Clone the repository
- Open the solution in Visual Studio
- Run the application