Skip to content

Latest commit

 

History

History
37 lines (37 loc) · 1.41 KB

README.md

File metadata and controls

37 lines (37 loc) · 1.41 KB

SDI-Bank-Logo - kopia(1)

Description

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

Requirements

  • The following Nuget packagess:
  • Microsoft.EntityFrameWork.Core
  • Microsoft.EntityFrameWork.Tools
  • Microsoft.EntityFrameWork.SqlServer
  • SQL Server with localhost installed for usage of database

To get started

  • 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

Functions

Admin

  • Create new user

User

  • Accounts & Balance
  • Internal transfer
  • Withdrawal
  • Insert money
  • Open new account
  • External transfer
  • Logout

Created by