- Java 8
- Apache Maven 3.3.9
mvn spring-boot:run
mvn test
We are using an streaming approach in the GET
endpoint from a file and a Multipart approach for uploading/updating a file. The files are being stored encrypted in the server and are only readable by using the GET
endpoint. Each user can update and delete only the files they have uploaded.