docker-compose up -d --build --remove-orphans
OR
Run through VS/Rider, TaxCalculator profile
Visit http://localhost:5100/swagger
or open test.http
file in VS Code and execute requests using the "REST Client" extension.
docker build . -t tax_calculator
Run integration tests through VS/Rider
docker-compose down