From 675bdfd2319d81c786cfd7269de0210215829801 Mon Sep 17 00:00:00 2001 From: kdeng00 Date: Sun, 28 Jul 2024 18:58:12 -0400 Subject: [PATCH] #102: Updated README to include step install migration tool --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9c93b5b..a472edd 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,12 @@ The only requirement of the User is that the user should have full permissions t ### Migrations +In order to utilize migrations the `dotnet-ef` tool needs to be installed. This can be done with the following command + +```BASH +dotnet tool restore +``` + Prior to starting the API, the Migrations must be applied. There are 6 tables with migrations being applied and thy are: * Users * Song