Update the connection string in appsettings.json in Project.WebHost.
Run file "sudo ./simpl-build.sh".
In the terminal, navigate to the "src/SimplCommerce.WebHost" type "dotnet run" and hit "Enter".
can you tell me how to run this on visual
- Update the connection string in appsettings.json in Project.WebHost
- Build whole solution.
- Open Package Manager Console Window and type "Update-Database" then press "Enter". This action will create database schema.
I am not getting
how to run on visual where we have to type dotnet run ?