This application allows users to simulate depositing and withdrawing money from their bank account.
To run this application on a local server, first run dotnet restore. Second, have MySQL execute the script make_db.sql to generate the tables. In startup.cs line 54, edit the connection string with your MySql credentials
When the application is running, register your account by clicking on the link and filling out the form. Then your account will be created and you can interact with it freely.