/PhoneBook

Dotnet Console App, using EntityFramework and SQL Server

Primary LanguageC#

Phonebook Console App

Requirements

Instructions

  1. Clone the repo
  2. Set up DB connection string in secrets.json:
{
  "ConnectionStrings": {
    "PhonebookDatabase": "[your connection string here]"
  }
}
  1. Run dotnet ef database update to create the database
  2. Run dotnet run to start the app