- 1.Clone the repository to your local machine
- 2.Open the solution in Visual Studio
- 3.In the appsettings.json file, change the connection string to match your database settings
- 4.Open the Package Manager Console and run the command
update-database
to apply any pending migrations and update the database
- 5.Build and run the application