You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a simple but fairly feature rich easy to use Banker system that is meant to be used in a bank setting.
This project allows a user to login as a banker and easily view, delete, add, and update clients in the Banker System Database.
This project includes input validation, login & client existence authentication, seperation of tasks, and more
Setup Steps:
1. Make sure you have .NET 8.0 (C#)
2. Clone the Repository or Download the Zip File
3. Install necessary packages dotnet restore
4. Optional: Build the project dotnet build
5. Create an empty directory called "Data" in the CIS317/FinalProject Sub-Directory
5. Run the project dotnet run