Sales Tax Problem

This console based application calculates sales tax, import duty and provide a way to print the invoice.

Tech Stack

Server: JDK-11, Kotlin, Gradle

Run Locally

Clone the project

git clone https://github.com/ashish-bhatt-go/sales-tax

Go to the project directory

cd sales-tax

Build the project – Make sure you have JDK-11 installed and its path set correctly

./gradlew clean build

Start the server(by default it would start server on port 8080)

./gradlew run

GitHub

View Github