BadgerPc / cities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Run the App

./gradlew clean bootRun
http 'http://localhost:9090/cities'
http POST 'http://localhost:9090/cities' name="city1" country="USA" pop="100000"
http 'http://localhost:9090/cityids'

About


Languages

Language:Kotlin 60.2%Language:Java 39.8%