Skip to content

.Net Core assignment for Coding Dojo built with ASP and Entity Framework

Notifications You must be signed in to change notification settings

jrad87/EFCoreBankAccounts

Repository files navigation

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.

About

.Net Core assignment for Coding Dojo built with ASP and Entity Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published