Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 277 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 277 Bytes

test-csharp-dev

To test the application, follow these steps:

  1. Update your local database using Entity Framework migrations.

  2. Run the TaxCalculator.API project. This starts the backend server.

  3. Run the tax-calculator-app project. This starts the frontend client.