- Restore
.bacpac
data-tier file, located in root of repository, on local SQL Server.
- Ensure that the database name is
TaxCalculator
after the restore.
-
You can open this solution in your preferred IDE. Take note that I used
Jetbrains Rider
for development. -
The solution file should be located in root,
TaxCalculator.sln
-
You need to assign
TaxCalculator.API
andTaxCalculator.Web
to start in that order. -
Now you can run the solution with your new configuration.
-
If the configuration settings works, you will see two new webpages open.
Swagger
and theWeb Application
-
Right-click on the solution
-
Click
Configure Startup Projects...
-
Toggle
Multiple Startup Projects
-
Make sure you set the
Action
ofTaxCalculator.API
andTaxCalculator.Web
toStart
-
PS: Make sure the
API
starts beforeWeb
-
Click on
Edit Configurations...