Skip to content

Antracik/Mini-Bank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini-Bank

A summer (2019) project for introduction to C# and .net core 2.2

##Prerequisites to compiling and running the project:

.net core 2.2: https://dotnet.microsoft.com/download/dotnet-core/2.2

sql Server Dev edition: https://www.microsoft.com/en-us/sql-server/sql-server-downloads

The connection string from sql server must be placed in MiniBank/appsettings.json :

"ConnectionStrings": {
    "MiniBankDB": "YOUR CONN STRING HERE"
  }

In order for the email service to work an API key for SENDGRID is required.

Once acquired, your username and key need to placed in the project as local user secrets. It can be done through the CLI as follows:

dotnet user-secrets set SendGridUser <username>
dotnet user-secrets set SendGridKey <key>

About

A summer project for introduction to C# and .net core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published