Skip to content

Simple Tax Calculator using basic clean architecture.

Notifications You must be signed in to change notification settings

paradoxcyx/tax-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tax Calculator

Run & Build Instructions

1. Restore Database on Local

  • Restore .bacpac data-tier file, located in root of repository, on local SQL Server.

Import Data-tier Application

  • Ensure that the database name is TaxCalculator after the restore.

2. Open the solution

  • 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

3. Ensure that you start multiple projects

  • You need to assign TaxCalculator.API and TaxCalculator.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 the Web Application

In Visual Studio 2022

  • Right-click on the solution

  • Click Configure Startup Projects...

  • Toggle Multiple Startup Projects

  • Make sure you set the Action of TaxCalculator.API and TaxCalculator.Web to Start

  • PS: Make sure the API starts before Web

  • Click on Edit Configurations...

About

Simple Tax Calculator using basic clean architecture.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published