This is a console app school group project that we created in C#. Its meant to mimic a ATM/Bank.😊
Note
This project was created with Microsoft Visual Studio Framework 6.0
- The following Nuget packagess:
- Microsoft.EntityFrameWork.Core
- Microsoft.EntityFrameWork.Tools
- Microsoft.EntityFrameWork.SqlServer
- SQL Server with localhost installed for usage of database
- Clone the repository
- Create new SQL server database
- Go to solution explorer > Data\BankContext
- Add your connection string between the quotation marks > optionsBuilder.UseSqlServer(" ");
- Add-Migration to create the code for the database
- Update-database to add it to your database
Important
Login into admin with pin: "1234" to create new users
- Create new user
- Accounts & Balance
- Internal transfer
- Withdrawal
- Insert money
- Open new account
- External transfer
- Logout
- Jonzy81 ➪ Jonny Touma
- mmxzps ➪ Mojtaba Mobasheri
- lucine1029 ➪ Jing Zhang
- seanie1995 ➪ Sean Ortega Schelin
- xammax1337 ➪ Max Samuelsson