You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure that you have the latest versions of 'Visual Studio 2022' in your machine before starting to work on this project. Ensure that you are having SQL Server Data Tools within Visual Studio 2022.
9
+
* Visual Studio 2022
10
+
* Ensure that you are having SQL Server Data Tools within Visual Studio 2022.
10
11
11
-
# How to run this application?
12
+
##How to run the project
12
13
13
-
* To run this application, you need to first clone the <code>Blazor-Scheduler-Load-appointments-on-demand</code> repository and then open it in Visual Studio 2022.
14
+
* Checkout this project to a location in your disk.
15
+
* Open the solution file using the Visual Studio 2022.
16
+
* Restore the NuGet packages by rebuilding the solution.
14
17
* Using the Migrations apply the changes to the database by running the following command in the Package Manager console:
15
18
> PM> update-database
16
19
* Migrations automate the creation of database based on our Model. The EF Core packages required for migration will be added with .NET Core project setup.
17
-
*Now, simply build and run your project to view the output.
0 commit comments