To test the application, follow these steps:
-
Update your local database using Entity Framework migrations.
-
Run the
TaxCalculator.API
project. This starts the backend server. -
Run the
tax-calculator-app
project. This starts the frontend client.