ChristopherDalziel / Kotlin-Calc-API

Basic Calculator API built using: Kotlin, Gradle and DropWizard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator API - Kotlin

start - ./gradlew run

postman queries

  • addition - localhost:8080/add?a=${aValue}&b=${bValue}
  • subtraction - localhost:8080/subtraction?a=${aValue}&b=${bValue}
  • multiplication - localhost:8080/multiply?a=${aValue}&b=${bValue}
  • division - localhost:8080/divide?a=${aValue}&b=${bValue}
  • About

    Basic Calculator API built using: Kotlin, Gradle and DropWizard.


    Languages

    Language:HTML 37.7%Language:JavaScript 28.5%Language:CSS 20.5%Language:Kotlin 13.3%