This is a Scala Play Framework project for file handling APIs.
- Clone the repo
- Use
sbt runto start the server atlocalhost:9000 - To send data use POST method and header in json format in
POSTmethod with urllocalhost:9000/file - To get data use
GETmethodlocalhost:9000/file - To delete the file
DELETEmethodlocalhost:9000/file