Skip to content

Commit cff22b3

Browse files
authored
Merge pull request #4 from VenkateshwaranSaravanakumar/master
Updated ReadMe file with additional details
2 parents 429c76a + 69397a7 commit cff22b3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ Documentation : https://blazor.syncfusion.com/documentation/scheduler/data-bindi
66

77
## Prerequisites
88

9-
Make sure that you have the latest versions of 'Visual Studio 2022' in your machine before starting to work on this project.
9+
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.
1010

1111
# How to run this application?
1212

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-
15-
• Now, simply build and run your project to view the output.
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+
* Using the Migrations apply the changes to the database by running the following command in the Package Manager console:
15+
> PM> update-database
16+
* 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

Comments
 (0)