From 76ece64223b36e96a918063ccf55a75d8d1c26b2 Mon Sep 17 00:00:00 2001 From: "Christopher J. Walker" Date: Thu, 29 Feb 2024 10:57:03 -0500 Subject: [PATCH] Update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b6b4db..247da09 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ Change the AttachDbFile name to the full path of the BrainWare.mdf file (located - Start SQL Server Management Studio as Administrator - Once connected to your local SQL Server instance - Right click on the Database node and select Attach -- Select the file BrainWare\Web\App_Data\BrainWare.mdf +- Select the file BrainWare\Api\Data\BrainWare.mdf - You can also deploy the project ProjectDB to your local SQL Server instance - Then execute in SQL Server Management Studio the file BrainWare\ProjectDB\PopulateDB.sql ### API - Visual Studio - Open solution BrainWare\BrainWare.sln -- Update the database connection string in file Web\Infrastructure\Database.cs +- Update the database connection string in file Api\Infrastructure\Database.cs - Set the project Web, as the start up project - Press F5