Skip to content

An ATM console app. The first big group project during my time at Chas Academy. It was my first encounter with Databases, SQL and more!

Notifications You must be signed in to change notification settings

seanie1995/ATM-Group-Project

 
 

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.😊

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

An ATM console app. The first big group project during my time at Chas Academy. It was my first encounter with Databases, SQL and more!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%