Skip to content

Latest commit

 

History

History
executable file
·
26 lines (16 loc) · 486 Bytes

README.md

File metadata and controls

executable file
·
26 lines (16 loc) · 486 Bytes

Image Upload Server

Very simple project to upload images through multipart forms to a server. Uses ktor.

Prerequisites

This is a Kotlin / JVM project and thus requires a suitable JDK for Kotlin +1.8

Setup

Requires little to no setup with sensible defaults.

To build the project, use the following gradle task:

./gradlew buildFatJar

Run

To run the fat jar, use

java -jar build/libs/ius-all.jar