Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 321 Bytes

README.md

File metadata and controls

22 lines (10 loc) · 321 Bytes

Akka File Upload Scala

This project is a sample for how to upload file using akka-stream and akka-http.

Step to run

Start HTTP server

sbt run

Then make a HTTP POST Call on following url:

http://localhost:8080/fileUpload

For Example (Postman):

Postman Call