Skip to content

Elian0213/Geldautomaat

Repository files navigation

Geldautomaat - WPF Application

This is a school assignment.

Database set-up

take the database-template.sql and import it into a schema, the name doesn't matter as you will configure this in the next step!

Database connection

In Library\Database.cs you must change the following variables to your according configuration.

private void initClass()
{
    _server = "DATABASE IP";
    _database = "SCHEME NAME";
    _uid = "USERNAME";
    _password = "PASSWORD";

Default accounts

admin account

$ E-Mail: [email protected]
$ Pincode: 1234

Gebruikers account

$ Rekening nummer: 17073693
$ Pincode: 1707

Requirements

You need the follolwing library(s)

MySql.Data 8.0.21

SqlKata 2.2.0

SqlKata.Execution 2.2.0

About

This is an "ATM Machine" in c# for a school assignment.

Topics

Resources

Stars

Watchers

Forks

Languages