Skip to content

My first group project aimed to build an Bank Console app in C# that has database connections.

Notifications You must be signed in to change notification settings

lucine1029/Bank-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. By using EntityFrameworkCore, SqlServer and Tools, we created Account Class and User Class for the bank entity; then created a context class which inherits from DbContext and represented the connections to the database.😊

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

About

My first group project aimed to build an Bank Console app in C# that has database connections.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages