A simple file transfer service by Full Stack of Kotlin.
Run the following command:
./gradlew run
Then, you can access to http://localhost:8080 or http://0.0.0.0:8080.
change the ROOT_DIRECTORY
's value in commonMain/kotlin/com/retheviper/file/transporter/constant/Constants.kt
.