j-nas / PhoneBook

Dotnet Console App, using EntityFramework and SQL Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Dotnet Console App, using EntityFramework and SQL Server


Languages

Language:C# 100.0%